Ticket #10612: ticket_10612.diff
File ticket_10612.diff, 653 bytes (added by , 16 years ago) |
---|
-
docs/ref/contrib/admin/index.txt
428 428 ``list_editable`` interacts with a couple of other options in particular 429 429 ways; you should note the following rules: 430 430 431 * To use ``list_editable`` you must have defined ``ordering`` definedon431 * To use ``list_editable`` you must have defined ``ordering`` on 432 432 either your model or your ``ModelAdmin``. 433 433 434 434 * Any field in ``list_editable`` must also be in ``list_display``. You