django/docs/ref/contrib/admin
Luke Plant 5434ce231d Fixed #11868 - Multiple sort in admin changelist.
Many thanks to bendavis78 for the initial patch, and for input from others.

Also fixed #7309. If people were relying on the undocumented default ordering
applied by the admin before, they will need to add 'ordering = ["-pk"]' to
their ModelAdmin.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-02 16:18:47 +00:00
..
_images Fixed #10615 - Added selection counter to admin change list. Thanks to Martin Mahner for the idea and initial patch. 2010-01-05 18:24:27 +00:00
actions.txt Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 2010-12-26 00:37:14 +00:00
admindocs.txt Replaced an inappropriate UTF8 character in the admindocs docs. Thanks to Luke Plant for the report. 2010-11-20 11:10:48 +00:00
index.txt Fixed #11868 - Multiple sort in admin changelist. 2011-06-02 16:18:47 +00:00