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:
Made a note an actual note.
brosner (author)
Mon May 12 15:41:42 -0700 2008
commit  79b6a8c56ebcb38ffab05ff8f7cea197ce29edc3
tree    f30cdeb8ffddeaa3b54092a86ae77698a4adcbc7
parent  3f76a6e54220576b0bc39e56c942652c3a74abf1
...
395
396
397
398
399
 
 
 
400
401
402
...
395
396
397
 
 
398
399
400
401
402
403
0
@@ -395,8 +395,9 @@
0
     </select></td></tr>
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 uses ``can_delete=True``.
0
+.. note::
0
+ One thing to note is that ``modelformset_factory`` uses ``formset_factory``
0
+ and by default uses ``can_delete=True``.
0
 
0
 Changing the queryset
0
 ---------------------

Comments

    No one has commented yet.