#15746 closed Bug (fixed)
Docs on ModelAdmin.list_filter should note, that spanning relations is as of version 1.3
Reported by: | jammon | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The useful feature that fields in list_filter
can span relations was added in 1.3 and is not available in previous versions.
Also the image in http://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_filter does not pertain to the previous paragraph.
Attachments (2)
Change History (5)
by , 14 years ago
Attachment: | patch_for_list_filter_docs.txt added |
---|
by , 14 years ago
Attachment: | 15746_list_filter_doc.diff added |
---|
comment:1 by , 14 years ago
Component: | Uncategorized → Documentation |
---|---|
Has patch: | set |
Triage Stage: | Unreviewed → Ready for checkin |
Type: | Uncategorized → Bug |
Thank you for the report. Your patch looks good -- I've just moved the versionadded
clause just above the note.
Note:
See TracTickets
for help on using tickets.
Patch for documentation