Author: jezdez
Date: 2010-03-01 08:41:11 -0600 (Mon, 01 Mar 2010)
New Revision: 12629

Modified:
   django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt
Log:
[1.1.X] Fixed #12987 - Added a few versionadded directives to the docs. Thanks, 
Ramiro Morales.

Modified: django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt
===================================================================
--- django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt     
2010-03-01 14:36:45 UTC (rev 12628)
+++ django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt     
2010-03-01 14:41:11 UTC (rev 12629)
@@ -622,6 +622,8 @@
 
 .. attribute:: ModelAdmin.formfield_overrides
 
+.. versionadded:: 1.1
+
 This provides a quick-and-dirty way to override some of the
 :class:`~django.forms.Field` options for use in the admin.
 ``formfield_overrides`` is a dictionary mapping a field class to a dict of
@@ -662,12 +664,16 @@
 
 .. attribute:: ModelAdmin.actions
 
+.. versionadded:: 1.1
+
 A list of actions to make available on the change list page. See
 :ref:`ref-contrib-admin-actions` for details.
 
 .. attribute:: ModelAdmin.actions_on_top
 .. attribute:: ModelAdmin.actions_on_bottom
 
+.. versionadded:: 1.1
+
 Controls where on the page the actions bar appears. By default, the admin
 changelist displays actions at the top of the page (``actions_on_top = True;
 actions_on_bottom = False``).

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to