Skip to content

Commit

Permalink
Merge pull request #597 from open5e/591-itemcategories-is-so-slow-tha…
Browse files Browse the repository at this point in the history
…t-it-crashes-the-server

Removing items from the response.
  • Loading branch information
augustjohnson authored Oct 24, 2024
2 parents eec2960 + 76b57f0 commit 3a926c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28,275 deletions.
1 change: 0 additions & 1 deletion api_v2/serializers/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Meta:

class ItemCategorySerializer(GameContentSerializer):
key = serializers.ReadOnlyField()
item_set = ItemSerializer(many=True, read_only=True, context={'request':{}})

class Meta:
model = models.ItemCategory
Expand Down
Loading

0 comments on commit 3a926c4

Please sign in to comment.