Skip to content

Commit

Permalink
another method name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-ivanov authored and jordiecometrica committed Jul 10, 2019
1 parent 04face7 commit ca7ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multisite/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class MultisiteModelAdmin(admin.ModelAdmin):

filter_sites_by_current_object = False

def queryset(self, request):
def get_queryset(self, request):
"""
Filters lists of items to items belonging to sites assigned to the
current member.
Expand Down

0 comments on commit ca7ab7e

Please sign in to comment.