Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

patch_for_list_filter_docs.txt (1.0 KB ) - added by jammon 13 years ago.
Patch for documentation
15746_list_filter_doc.diff (1.1 KB ) - added by Julien Phalip 13 years ago.

Download all attachments as: .zip

Change History (5)

by jammon, 13 years ago

Patch for documentation

by Julien Phalip, 13 years ago

Attachment: 15746_list_filter_doc.diff added

comment:1 by Julien Phalip, 13 years ago

Component: UncategorizedDocumentation
Has patch: set
Triage Stage: UnreviewedReady for checkin
Type: UncategorizedBug

Thank you for the report. Your patch looks good -- I've just moved the versionadded clause just above the note.

comment:2 by Simon Meers, 13 years ago

Resolution: fixed
Status: newclosed

In [16010]:

Fixed #15746. Clarified updated list_filter documentation.

comment:3 by Simon Meers, 13 years ago

In [16011]:

[1.3.X] Fixed #15746. Clarified updated list_filter documentation.

Backport of r16010 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top