summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp2023-04-281-2/+12
* Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.Edison Wang2023-04-031-3/+3
* Fixed #34077 -- Added form field rendering.David Smith2023-03-241-0/+13
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-1/+6
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-41/+61
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-281-1/+1
* Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith2023-02-151-29/+19
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-21/+47
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-171-12/+9
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-8/+0
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-171-5/+0
* Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal2022-05-121-15/+46
* Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay2022-05-031-4/+13
* Avoided counting attributes and methods in docs.Mariusz Felisiak2021-12-281-4/+4
* Fixed #33334 -- Alphabetized form and model fields in reference docs.Shivam Durgbuns2021-12-021-89/+89
* Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...Jerin Peter George2021-01-261-0/+8
* Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...Mariusz Felisiak2021-01-141-4/+0
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-20/+0
* Added backticks to code literals in various docs.Jon Dufresne2020-12-151-1/+1
* Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.Claude Paroz2020-10-171-6/+7
* Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widg...Jacob Walls2020-10-081-0/+14
* Fixed #28009 -- Doc'd empty_value for CharField subclasses.David Smith2020-09-251-18/+17
* Fixed empty values of forms.JSONField and forms.UUIDField in docs.David Smith2020-09-251-2/+2
* Fixed typo and indentation in docs/ref/forms/fields.txt.Mariusz Felisiak2020-09-251-5/+6
* Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...Mariusz Felisiak2020-09-211-1/+3
* Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.Carlton Gibson2020-09-021-2/+2
* Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.Ninad Kulkarni2020-08-211-1/+1
* Fixed #21528 -- Added note about filtering form field's queryset based on ins...Caio Ariede2020-07-131-0/+2
* Preferred usage of among/while to amongst/whilst.David Smith2020-06-031-2/+2
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+54
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-2/+3
* Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith2020-03-121-1/+5
* Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...Claude Paroz2020-01-071-4/+8
* Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.Claude Paroz2020-01-061-1/+18
* Corrected notes about default date/datetime/time input formats.Claude Paroz2020-01-061-36/+15
* Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...Jon Dufresne2019-12-231-4/+102
* Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attri...Jon Dufresne2019-12-231-0/+40
* Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file t...Hasan Ramezani2019-11-111-3/+35
* Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.Mariusz Felisiak2019-10-251-1/+1
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-6/+5
* Changed docs to link to Python's description of iterable.Jon Dufresne2019-05-171-7/+7
* Corrected forms.TimeField's default widget in docs.flh2018-09-041-1/+1
* Fixed #29646 -- Doc'd the validators that each model and form field uses.Jeff2018-08-161-17/+30
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-25/+25
* Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...Srinivas Reddy Thatiparthy2017-10-251-2/+3
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-2/+0
* Removed stray versionadded/changed annotations for 1.10.Tim Graham2017-09-021-4/+0
* Fixed #28192 -- Required passing optional form field args as keyword args.Claude Paroz2017-06-031-2/+2
* Fixed typo in docs/ref/forms/fields.txt.Tim Graham2017-06-031-1/+1
* Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz2017-06-031-1/+2