Skip to content

Commit

Permalink
fixed not building error
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwli930 committed Nov 15, 2023
1 parent e11c598 commit 5c5c288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P2/shelters/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ class Meta:
class PetListingFilter(django_filters.FilterSet):
class Meta:
model = PetListing
fields = ['shelter_name', 'status', 'name', 'breed', 'age']
fields = ['shelter', 'status', 'name', 'breed', 'age']

0 comments on commit 5c5c288

Please sign in to comment.