Ticket #10612: ticket_10612.diff

File ticket_10612.diff, 653 bytes (added by adamfast, 15 years ago)

Remove duplicate 'defined'

  • docs/ref/contrib/admin/index.txt

     
    428428    ``list_editable`` interacts with a couple of other options in particular
    429429    ways; you should note the following rules:
    430430
    431         * To use ``list_editable`` you must have defined ``ordering`` defined on
     431        * To use ``list_editable`` you must have defined ``ordering`` on
    432432          either your model or your ``ModelAdmin``.
    433433
    434434        * Any field in ``list_editable`` must also be in ``list_display``. You
Back to Top