Author: adrian
Date: 2006-06-01 23:54:28 -0500 (Thu, 01 Jun 2006)
New Revision: 3059

Modified:
   django/trunk/docs/model-api.txt
Log:
Fixed #1966 -- Documented list_per_page Admin option

Modified: django/trunk/docs/model-api.txt
===================================================================
--- django/trunk/docs/model-api.txt     2006-06-02 04:42:10 UTC (rev 3058)
+++ django/trunk/docs/model-api.txt     2006-06-02 04:54:28 UTC (rev 3059)
@@ -1239,6 +1239,12 @@
 
 (This example also has ``search_fields`` defined. See below.)
 
+``list_per_page``
+-----------------
+
+Set ``list_per_page`` to control how many items appear on each paginated admin
+change list page. By default, this is set to ``100``.
+
 ``list_select_related``
 -----------------------
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to