#840 closed defect (fixed)
[new_admin] django.contrib.admin.filterspecs missing
| Reported by: | Owned by: | rjwittams | |
|---|---|---|---|
| Component: | contrib.admin | Version: | new-admin |
| Severity: | minor | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In revision 1286, rjwittams moved filterspecs from django.contrib.admin.views.main into it's own module but forgot to add the new file and commit it.
Change History (3)
comment:1 by , 20 years ago
| Summary: | django.contrib.admin.filterspecs missing → [new_admin] django.contrib.admin.filterspecs missing |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1287]) Actually include the filter specs file. Fixes #840.