summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
AgeCommit message (Expand)Author
2024-04-26[5.0.x] Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when c...Adam Zapletal
2023-11-28[5.0.x] Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-11-25[5.0.x] Refs #34380 -- Improved docs for forms.URLField.assume_scheme.Adam Johnson
2023-11-16[5.0.x] Refs #32819 -- Used auto_id instead of id_for_label as unique identif...David Smith
2023-10-25[5.0.x] Added missing pycon directives in various docs.Mariusz Felisiak
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-01Fixed #32820 -- Added aria-invalid="true" to fields with errors.Gregor Jerše
2023-07-18Added reference to TypedChoiceField in ChoiceField docs.David Sanders
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-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 #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 -- 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-17Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal
2022-05-03Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-12-02Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns
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-15Added backticks to code literals in various docs.Jon Dufresne
2020-10-17Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz
2020-10-08Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widg...Jacob Walls
2020-09-25Fixed #28009 -- Doc'd empty_value for CharField subclasses.David Smith
2020-09-25Fixed empty values of forms.JSONField and forms.UUIDField in docs.David Smith
2020-09-25Fixed typo and indentation in docs/ref/forms/fields.txt.Mariusz Felisiak
2020-09-21Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...Mariusz Felisiak
2020-09-02Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.Carlton Gibson
2020-08-21Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.Ninad Kulkarni
2020-07-13Fixed #21528 -- Added note about filtering form field's queryset based on ins...Caio Ariede
2020-06-03Preferred usage of among/while to amongst/whilst.David Smith
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-03-12Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith
2020-01-07Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...Claude Paroz
2020-01-06Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.Claude Paroz
2020-01-06Corrected notes about default date/datetime/time input formats.Claude Paroz
2019-12-23Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...Jon Dufresne
2019-12-23Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attri...Jon Dufresne
2019-11-11Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file t...Hasan Ramezani
2019-10-25Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.Mariusz Felisiak