public
Description: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Homepage: http://www.djangoproject.com/
Clone URL: git://github.com/brosner/django.git
Search Repo:
Shorted a can_delete note about modelformset_factory.
brosner (author)
Mon May 12 15:40:17 -0700 2008
commit  3f76a6e54220576b0bc39e56c942652c3a74abf1
tree    e9eaa4df0e28229b14628de9520e18e10c70cfbf
parent  1dafe0165c37342b0a300b0864442447e1e74804
...
396
397
398
399
 
400
401
402
...
396
397
398
 
399
400
401
402
0
@@ -396,7 +396,7 @@
0
     <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>
0
 
0
 One thing to note is that ``modelformset_factory`` uses ``formset_factory``
0
-and by default turns ``can_delete`` to ``True``.
0
+and by default uses ``can_delete=True``.
0
 
0
 Changing the queryset
0
 ---------------------

Comments

    No one has commented yet.