django/docs/topics/forms
Malcolm Tredinnick f7a64b341a Added a short note to the modelforms documentation linking between
save(commit=False) and using force_insert or force_update on the Model.save()
call. Refs #8672.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02 04:07:43 +00:00
..
formsets.txt Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf. 2008-11-14 08:01:01 +00:00
index.txt Fixed #9618: Corrected an error in some example code in the forms documentation. Thanks matthijs. 2008-11-21 16:25:05 +00:00
media.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
modelforms.txt Added a short note to the modelforms documentation linking between 2008-12-02 04:07:43 +00:00