Django

Code

Changeset 8210

Show
Ignore:
Timestamp:
08/04/08 14:51:06 (5 months ago)
Author:
brosner
Message:

Fixed #7942 -- Added a note to the admin ordering option documentation about the admin only respecting the first element. Thanks mwdiers for the report and MattBowen? for the original patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/admin.txt

    r8209 r8210  
    384384If this isn't provided, the Django admin will use the model's default ordering. 
    385385 
     386.. admonition:: Note 
     387 
     388    Django will only honor the first element in the list/tuple; any others 
     389    will be ignored. 
     390 
    386391``prepopulated_fields`` 
    387392~~~~~~~~~~~~~~~~~~~~~~~