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