summaryrefslogtreecommitdiff
path: root/docs/modelforms.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-23Fixed #8040 -- SlugField now returns a proper formfield to deal with validati...Brian Rosner
2008-07-21Refs #7864 -- Corrected more instances of "newforms" in the docs.Gary Wilson Jr
2008-07-21Refs #7864 -- Updates to documentation for the oldforms/newforms switch.Gary Wilson Jr
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-06-23Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric Holsch...Russell Keith-Magee
2008-04-10Fixed #6982; added an import statement to example in docs/modelforms.txt for ...James Bennett
2008-03-25Edited some docs changes from the past few daysAdrian Holovaty
2008-03-18Fixed #6266: Added note to docs/modelforms.txt pointing out that they're just...James Bennett
2008-03-11Another minor grammatical fix in docs/modelforms.txtJames Bennett
2008-03-11Correct an example in docs/modelforms.txt, and fix some reST formattingJames Bennett
2008-02-16Made a bunch of small doc rewordings from changes over the past couple of weeksAdrian Holovaty
2008-02-14Modified [7112] to make things behave more in line with Python subclassing wh...Malcolm Tredinnick
2008-02-14Fixed #6337. Refs #3632 -- Fixed ModelForms subclassing, to the extent that i...Malcolm Tredinnick
2008-01-28Fixed #6265 -- Added an example of overriding a form field's default widget i...Gary Wilson Jr
2008-01-28In the modelforms docs, made the "Field types" text a link to the section.Gary Wilson Jr
2008-01-28In the modelforms docs, made the "Overriding the default field types" text a ...Gary Wilson Jr
2007-12-19Added note to docs/form_for_model.txt (from [6844]) explaining this is deprec...Adrian Holovaty
2007-12-13Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac...Joseph Kocherhans
2007-12-03Fixed #6114. Fixed a typo in the modelforms docs. Thanks, Martin Conte Mac Do...Joseph Kocherhans
2007-12-02Fixed in typo in modelforms docs.Joseph Kocherhans
2007-12-02Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still mightMalcolm Tredinnick