summaryrefslogtreecommitdiff
path: root/docs/topics/forms
AgeCommit message (Expand)Author
2009-07-15[1.0.X] Fixed #10287 -- Added better examples in the docs of formset validati...Russell Keith-Magee
2009-07-03[1.0.X] Added a Sphinx anchor that somehow got omitted from r11102.Russell Keith-Magee
2009-06-24[1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. ...Russell Keith-Magee
2009-06-18[1.0.X] Fixed #11318 -- Grammar correction in modelform docs. Thanks to seema...Russell Keith-Magee
2009-06-10[1.0.X] Fixed #10845 -- Clarified the examples for using ModelForms with fiel...Russell Keith-Magee
2009-05-24[1.0.X] Fixed #8857 -- Corrected ref in modelforms documentation and added re...Brian Rosner
2009-05-18[1.0.X] Fixed #11138 -- Corrected the description of behavior related to the ...Karen Tracey
2009-05-17[1.0.X] Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickr...Karen Tracey
2009-05-17[1.0.X] Fixed #11128 -- Misc. fixes and improvements to the model forms doc. ...Karen Tracey
2009-05-14[1.0.X] Fixed #10795: added a link to model formsets docs from the formsets d...Jacob Kaplan-Moss
2009-05-08[1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate uniq...Russell Keith-Magee
2009-04-03[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. Back...Jacob Kaplan-Moss
2009-03-24[1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks to Man...Russell Keith-Magee
2008-12-23[1.0.X] Fixed #9884 -- Corrected template example in model forms documentatio...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks agl...Gary Wilson Jr
2008-12-23[1.0.X] Fixed #9780 -- Fixed an undefined internal link in the model forms do...Gary Wilson Jr
2008-12-21[1.0.X] Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also A...Karen Tracey
2008-12-09[1.0.X] Did some much-needed rewriting/editing in the formsets section of doc...Adrian Holovaty
2008-12-09[1.0.X] Improved the model formset and inline formset documentation to be mor...Brian Rosner
2008-12-02[1.0.X] Added a short note to the modelforms documentation linking betweenMalcolm Tredinnick
2008-11-21[1.0.X] Fixed #9618: Corrected an error in some example code in the forms doc...Karen Tracey
2008-11-15[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
2008-11-14[django-1.0.X] Fixed #9531 -- Fixed some awkward wording in the docs. Thanks,...Malcolm Tredinnick
2008-11-11[1.0.X] Fixed #9567 - Removed an extraneous 'are'. Karen Tracey
2008-10-09[1.0.X] Fixed #9325 -- Typo fix in the forms documentation.Malcolm Tredinnick
2008-09-16Edited some recent docs changesAdrian Holovaty
2008-09-16Edited forms/index.txt changes from [9030]Adrian Holovaty
2008-09-15Added mention of inclusion tags to reusable form templates documentationSimon Willison
2008-09-15Fixed #9085: Modified some example form HTML to be XHTML, consistent with Dja...Russell Keith-Magee
2008-09-15Added documentation on creating reusable form templates; thanks for the sugge...Simon Willison
2008-09-15Clarified the wording of the section on customizing form.errors within a fiel...Simon Willison
2008-09-14Added documentation for looping over a form's fields in a templateSimon Willison
2008-09-14Fixed #9060: Clarified some language in the description of modelformset_facto...Russell Keith-Magee
2008-09-12Fixed #9027 -- Corrected the documentation about can_delete default value. Th...Brian Rosner
2008-09-12Fixed #9056 -- Corrected a typo in topic/forms/modelforms.txt documentation. ...Brian Rosner
2008-09-09Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiroAdrian Holovaty
2008-09-06Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@web.deAdrian Holovaty
2008-09-03Fixed #8829: Corrected typo in docs/topics/forms/index.txtJames Bennett
2008-09-02Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir.Jacob Kaplan-Moss
2008-09-02Improved the docs even more.Brian Rosner
2008-09-02Added some docs on model formsets in views.Brian Rosner
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-09-01Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss
2008-08-27Fixed #8435 -- Documented the `prefix` option on formsets.Brian Rosner
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss