Changeset 8210
- Timestamp:
- 08/04/08 14:51:06 (5 months ago)
- Files:
-
- django/trunk/docs/admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/admin.txt
r8209 r8210 384 384 If this isn't provided, the Django admin will use the model's default ordering. 385 385 386 .. admonition:: Note 387 388 Django will only honor the first element in the list/tuple; any others 389 will be ignored. 390 386 391 ``prepopulated_fields`` 387 392 ~~~~~~~~~~~~~~~~~~~~~~~
