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
/
topics
/
forms
Age
Commit message (
Expand
)
Author
2008-11-15
[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "development
Malcolm 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-16
Edited some recent docs changes
Adrian Holovaty
2008-09-16
Edited forms/index.txt changes from [9030]
Adrian Holovaty
2008-09-15
Added mention of inclusion tags to reusable form templates documentation
Simon Willison
2008-09-15
Fixed #9085: Modified some example form HTML to be XHTML, consistent with Dja...
Russell Keith-Magee
2008-09-15
Added documentation on creating reusable form templates; thanks for the sugge...
Simon Willison
2008-09-15
Clarified the wording of the section on customizing form.errors within a fiel...
Simon Willison
2008-09-14
Added documentation for looping over a form's fields in a template
Simon Willison
2008-09-14
Fixed #9060: Clarified some language in the description of modelformset_facto...
Russell Keith-Magee
2008-09-12
Fixed #9027 -- Corrected the documentation about can_delete default value. Th...
Brian Rosner
2008-09-12
Fixed #9056 -- Corrected a typo in topic/forms/modelforms.txt documentation. ...
Brian Rosner
2008-09-09
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
Adrian Holovaty
2008-09-06
Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@web.de
Adrian Holovaty
2008-09-03
Fixed #8829: Corrected typo in docs/topics/forms/index.txt
James Bennett
2008-09-02
Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir.
Jacob Kaplan-Moss
2008-09-02
Improved the docs even more.
Brian Rosner
2008-09-02
Added some docs on model formsets in views.
Brian Rosner
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-09-01
Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...
Jacob Kaplan-Moss
2008-08-27
Fixed #8435 -- Documented the `prefix` option on formsets.
Brian Rosner
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss