summaryrefslogtreecommitdiff
path: root/docs/topics/forms/index.txt
AgeCommit message (Expand)Author
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-02-08Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.Tim Graham
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-04-20Fixed incorrect rendered widget in forms example.Jon Dufresne
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-10-02Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.John Moses
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-21Fixed #12856 -- Documented BoundField API.Moritz Sichert
2015-05-12Light edits to docs/topics/forms/index.txtI am Clinton
2015-04-07Specified file names for example code in docs/topics/forms/index.txtPatrik Lundin
2015-01-06Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
2014-12-17Fixed display of lists after website redesignMarkus Holtermann
2014-11-15Fixed #23690 - fixed examples of manual rendering of form fieldsnmundar
2014-11-11Fixed spelling errors in docs.Tim Graham
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-09-25Replaced input by textarea in forms docsClaude Paroz
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it defau...Erik Romijn
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