summaryrefslogtreecommitdiff
path: root/docs/topics/forms/index.txt
AgeCommit message (Expand)Author
2014-08-19Removed unnecessary code-block directives.areski
2014-06-26Fixed and enhanced new HTML form docs.Matt Deacalion Stevens
2014-06-25Fixed typo in revamped forms intro doc.Ramiro Morales
2014-06-24Fixed #22796 -- Added a more basic explanations of forms.Daniele Procida
2014-06-02Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-01-23Fixed #21847 -- Clarified where ContactForm was definedTom Atkins
2013-10-14Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-02Fix "semicolon" in docsBen Firshman
2013-06-10Fixed #18134 -- BoundField.label_tag now includes the form's label_suffixGabe Jackson
2013-02-02Fixed #19700 - Added documentation for BoundField.field.Tim Graham
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-23Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-07-25Fixed #18614 -- Added missing imports in code samples.Florian Apolloner
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-08Revised the text in the 'Processing the data from a form' section.Audrey Roy
2012-06-08Revised the text in the 'Using a form in a view' section.Audrey Roy
2012-05-31Use render shortcut in form example.Daniel Roseman
2011-11-21Fixed #16851 - Added how-to access form field value in template; thanks yasar...Timo Graham
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-13Fixed #16815 -- Rectified the code example for hidden_fields and visible_fiel...Julien Phalip
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-02-07Fixed #15134 -- Placed formset documentation before modelform documentation i...Gabriel Hurley
2011-02-07Fixed #15055 -- added information about (and an example of) the csrf_token te...Gabriel Hurley
2010-12-26Fixed #13949 - Note that readonly fields can't be modified via custom clean m...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-10-10Fixed #10027 -- Makes links to form and field validation (and form reference ...Gabriel Hurley
2010-10-08Fixed #14023 -- include non_field_errors in example. Thanks to konryd for the...Simon Meers
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-01-04Fixed #12053 - form examples don't validate according to w3cLuke Plant
2009-05-24Fixed #8857 -- Corrected ref in modelforms documentation and added ref to fil...Brian Rosner
2009-05-17Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallac...Karen Tracey
2009-03-31Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,...Gary Wilson Jr
2009-02-22Fixed #10009 -- Corrected a field reference in an example on rendering hidden...Russell Keith-Magee
2008-12-08Edited docs/topics/forms/index.txt changes from [9569] and fixed a typo in th...Adrian Holovaty
2008-12-05Added a way to iterate over hidden/visible fields in a form. Useful for manualMalcolm Tredinnick
2008-11-21Fixed #9618: Corrected an error in some example code in the forms documentati...Karen Tracey
2008-11-11Fixed #9567 - Removed an extraneous 'are'.Karen Tracey
2008-10-09Fixed #9325 -- Typo fix in the forms documentation.Malcolm Tredinnick
2008-09-16Edited some recent docs changesAdrian Holovaty
2008-09-16Edited forms/index.txt changes from [9030]Adrian Holovaty
2008-09-15Added mention of inclusion tags to reusable form templates documentationSimon Willison
2008-09-15Fixed #9085: Modified some example form HTML to be XHTML, consistent with Dja...Russell Keith-Magee
2008-09-15Added documentation on creating reusable form templates; thanks for the sugge...Simon Willison
2008-09-15Clarified the wording of the section on customizing form.errors within a fiel...Simon Willison