summaryrefslogtreecommitdiff
path: root/docs/ref/forms
AgeCommit message (Expand)Author
2023-07-06Fixed #32819 -- Established relationship between form fields and their help t...Gregor Jerše
2023-07-03Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...Mariusz Felisiak
2023-06-16Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...Jacob Rief
2023-06-09Fixed #23049 -- Added %a and %A support to Date.strftime.sarahboyce
2023-04-28Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp
2023-04-03Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.Edison Wang
2023-03-24Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak
2023-03-24Fixed #34077 -- Added form field rendering.David Smith
2023-03-21Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-15Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith
2023-02-15Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-18Refs #32339 -- Deprecated transitional form renderers.Mariusz Felisiak
2023-01-17Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak
2023-01-17Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...Mariusz Felisiak
2023-01-17Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-12-07Refs #32339 -- Updated Form API docs to prefer as_div() output style.David Smith
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-08-06Fixed typo in docs/ref/forms/renderers.txt.Mariusz Felisiak
2022-06-03Fixed documentation of Widget.id_for_label() empty return value.Swann
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal
2022-05-05Fixed #32339 -- Added div.html form template.David Smith
2022-05-04Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson
2022-05-03Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay
2022-04-27Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson
2022-04-27Refs #32339 -- Added base form renderer to docs.Carlton Gibson
2022-03-30Refs #32339 -- Added use_fieldset to Widget.David
2022-01-27Fixed #26142 -- Allowed model formsets to prevent new object creation.vgolubev
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-12-22Refs #31026 -- Updated TemplatesSetting docs to refer to forms.David Smith
2021-12-09Refs #32338 -- Added Boundfield.legend_tag().David Smith
2021-12-02Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns
2021-10-06Refs #31026 -- Improved BoundField.label_tag() docs.David Smith
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-08-27Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-27Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_init...Chris Jerdonek
2021-06-04Refs #32338 -- Improved accessibility of RadioSelect examples in docs.David Smith
2021-02-01Fixed typo in docs/ref/forms/widgets.txt.Brad Solomon
2021-01-26Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...Jerin Peter George
2021-01-14Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...Mariusz Felisiak
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-12-15Fixed typo in docs/ref/forms/widgets.txt.Mariusz Felisiak