summaryrefslogtreecommitdiff
path: root/docs/ref/forms/fields.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed incorrect "required" attribute in docs/ref/forms/fields.txt.Tim Graham2017-05-291-1/+1
* Fixed typo in docs/ref/forms/fields.txt.Christoph Schindler2017-05-051-1/+1
* Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.queryset.chillaranand2017-01-261-3/+3
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-14/+12
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed docs references to long integers.Tim Graham2017-01-191-1/+1
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-6/+5
* Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz2017-01-141-0/+9
* Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_nameSean Marlow2016-07-081-4/+10
* Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.Jon Dufresne2016-06-131-1/+7
* Added some links to the TypedChoiceField docs.Jon Dufresne2016-06-061-3/+4
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-7/+16
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-8/+0
* Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham2016-04-281-2/+2
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-22/+22
* Correct number of extra arguments in docs for FilePathField.bellisk2016-04-031-1/+1
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-48/+48
* Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne2015-12-011-1/+1
* Documented that forms.Field.help_text isn't HTML-escaped.Tim Graham2015-11-241-0/+3
* Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk2015-11-161-2/+2
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-19/+0
* Refs #23151 -- Removed RegexField.error_message per deprecation timeline.Tim Graham2015-09-231-8/+0
* Added some more links in form field docsClaude Paroz2015-09-231-5/+6
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-161-0/+3
* Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson2015-07-171-0/+9
* Fixed #25078 -- Added support for disabled form fieldsClaude Paroz2015-07-161-0/+11
* Fixed #4960 -- Added "strip" option to CharFieldCurtis2015-07-011-3/+17
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageFieldAndriy Sokolovskiy2015-06-161-5/+8
* Used PEP 8 style indentation in forms docs.Nick Smith2015-06-111-17/+17
* Fixed typos in docs/ref/forms/fields.txtI am Clinton2015-05-251-4/+4
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-2/+0
* Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham2015-01-191-16/+0
* Removed support for SplitDateTimeWidget with DateTimeField per deprecation ti...Tim Graham2015-01-171-6/+0
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+17
* Fixed incorrect use of rst section heirarchy in form fields docs.Elena Williams2014-12-021-1/+1
* Fixed #13181 -- Added support for callable choices to forms.ChoiceFieldPeter Inglesby2014-11-041-4/+10
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+14
* Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a un...Tim Graham2014-08-271-2/+4
* Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.Tim Graham2014-08-261-0/+11
* Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel2014-08-151-0/+18