#7827 closed (duplicate)
Admin change_view uses _default_manager in place of self.queryset()
Description ¶
The admin change_view uses self.model._default_manager in place of self.queryset(request).
Change History (5)
by , 16 years ago
Attachment: | admin-qs.diff added |
---|
comment:1 by , 16 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
Problem also exists in the delete_view, this fixes both.