Author: russellm
Date: 2008-09-14 03:36:58 -0500 (Sun, 14 Sep 2008)
New Revision: 9023
Modified:
django/trunk/docs/topics/forms/modelforms.txt
Log:
Fixed #9060: Clarified some language in the description of
modelformset_factory. Thanks to gsf for the report.
Modified: django/trunk/docs/topics/forms/modelforms.txt
===================================================================
--- django/trunk/docs/topics/forms/modelforms.txt 2008-09-14 08:28:55 UTC
(rev 9022)
+++ django/trunk/docs/topics/forms/modelforms.txt 2008-09-14 08:36:58 UTC
(rev 9023)
@@ -411,9 +411,9 @@
<tr><th><label for="id_form-0-birth_date">Birth
date:</label></th><td><input type="text" name="form-0-birth_date"
id="id_form-0-birth_date" /><input type="hidden" name="form-0-id"
id="id_form-0-id" /></td></tr>
.. note::
- ``modelformset_factory`` uses ``formset_factory`` to generate the forms
- making model formsets simply an abstraction on top of formsets that knows
- about models and how to interact.
+ ``modelformset_factory`` uses ``formset_factory`` to generate formsets.
+ This means that a model formset is just an extension of a basic formset
+ that knows how to interact with a particular model.
Changing the queryset
---------------------
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---