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
/
ref
/
forms
/
api.txt
Age
Commit message (
Expand
)
Author
2013-06-09
[1.5.x] Fixed #20567 - Documented BoundField.id_for_label.
Tim Graham
2013-04-12
[1.5.x] Documented BoundField.label_tag
Claude Paroz
2013-01-23
[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.
Tim Graham
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-26
[1.5.X] Fixed broken links, round 3. refs #19516
Tim Graham
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-04-01
Fixed some ReST errors from e-mail -> email change in docs, and changed some ...
Adrian Holovaty
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-22
Fixed typo in forms API documentation.
Simon Meers
2011-03-07
Fix the documentation of BoundField.value() to reference the correct method name
Chris Beaven
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-28
Fixes #10427 -- Abstract the value generation of a BoundField
Chris Beaven
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-03-08
Fixed #13037 -- Added documentation for the css_classes() helper class. Thank...
Russell Keith-Magee
2009-12-25
Added a few Sphinx directives to the form API and template API docs.
Gary Wilson Jr
2009-12-12
Fixed #3512: it's now possible to add CSS hooks to required/erroneous form ro...
Jacob Kaplan-Moss
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2008-09-16
Edited some recent docs changes
Adrian Holovaty
2008-09-15
Added documentation of the Form class's custom __iter__ method to the forms A...
Simon Willison
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss