#7827 closed (duplicate)
Admin change_view uses _default_manager in place of self.queryset()
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The admin change_view uses self.model._default_manager in place of self.queryset(request).
Attachments (2)
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.