Author: russellm
Date: 2010-05-05 20:19:45 -0500 (Wed, 05 May 2010)
New Revision: 13108

Modified:
   django/trunk/docs/topics/forms/modelforms.txt
Log:
Fixed #12691 -- Added a versionadded tag to the description of widget overrides 
in forms. Thanks to danielr for the report.

Modified: django/trunk/docs/topics/forms/modelforms.txt
===================================================================
--- django/trunk/docs/topics/forms/modelforms.txt       2010-05-06 01:19:21 UTC 
(rev 13107)
+++ django/trunk/docs/topics/forms/modelforms.txt       2010-05-06 01:19:45 UTC 
(rev 13108)
@@ -366,6 +366,9 @@
 Overriding the default field types or widgets
 ---------------------------------------------
 
+.. versionadded:: 1.2
+       The ``widgets`` attribute is new in Django 1.2.
+
 The default field types, as described in the `Field types`_ table above, are
 sensible defaults. If you have a ``DateField`` in your model, chances are you'd
 want that to be represented as a ``DateField`` in your form. But

-- 
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