Author: gwilson
Date: 2009-03-30 18:30:33 -0500 (Mon, 30 Mar 2009)
New Revision: 10237
Modified:
django/trunk/docs/ref/contrib/admin/index.txt
Log:
Fixed #9946 -- Removed redundant mention of needing to define `list_display`.
Modified: django/trunk/docs/ref/contrib/admin/index.txt
===================================================================
--- django/trunk/docs/ref/contrib/admin/index.txt 2009-03-30 23:20:10 UTC
(rev 10236)
+++ django/trunk/docs/ref/contrib/admin/index.txt 2009-03-30 23:30:33 UTC
(rev 10237)
@@ -408,9 +408,6 @@
list_display = ('first_name', 'last_name', 'birthday')
list_display_links = ('first_name', 'last_name')
-Finally, note that in order to use ``list_display_links``, you must define
-``list_display``, too.
-
.. _admin-list-editable:
``list_editable``
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---