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