index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
forms
/
fields.txt
Age
Commit message (
Expand
)
Author
2016-07-08
[1.9.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
Sean Marlow
2016-06-06
[1.9.x] Added some links to the TypedChoiceField docs.
Jon Dufresne
2016-06-03
[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-04-28
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-04
[1.9.x] Corrected number of extra arguments in docs for FilePathField.
bellisk
2016-01-22
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-24
[1.9.x] Documented that forms.Field.help_text isn't HTML-escaped.
Tim Graham
2015-11-16
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-09-23
Added some more links in form field docs
Claude Paroz
2015-09-16
Fixed #25294 -- Allowed custom BoundFields on forms.
Moritz Sichert
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-16
Fixed #25078 -- Added support for disabled form fields
Claude Paroz
2015-07-01
Fixed #4960 -- Added "strip" option to CharField
Curtis
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-16
Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
Andriy Sokolovskiy
2015-06-11
Used PEP 8 style indentation in forms docs.
Nick Smith
2015-05-25
Fixed typos in docs/ref/forms/fields.txt
I am Clinton
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-17
Removed support for SplitDateTimeWidget with DateTimeField per deprecation ti...
Tim Graham
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-02
Fixed incorrect use of rst section heirarchy in form fields docs.
Elena Williams
2014-11-04
Fixed #13181 -- Added support for callable choices to forms.ChoiceField
Peter Inglesby
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-08-27
Fixed #23354 -- Documented that ModelChoiceField to_field_name should be a un...
Tim Graham
2014-08-26
Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may be None.
Tim Graham
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-08-04
Fixed #23169 - Misc docs fixes.
areski
2014-08-03
Fixed #23151 -- Deprecated RegexField.error_message.
Tim Graham
2014-08-01
Fixed #23103 -- Annotated ImageField file with image and content_type attribu...
Petras Zdanavičius
2014-06-12
Fixed #22813 -- Updated Pillow URL in documentation
Claude Paroz
2014-05-13
Fixed #22533 -- Added label_suffix parameter to form fields.
Julen Ruiz Aizpuru
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-16
Fixed #21860 -- Added to_field_name to ModelChoiceField docs.
Anubhav Joshi
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-11
Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField
Claude Paroz
2013-12-25
Fixed #21669 -- Typo in docs/ref/forms/fields.txt.
Tim Graham
2013-11-18
Fixed #21397 -- Re-added flexibility to TypedChoiceField coercion
Claude Paroz
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-06
Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses.
Tai Lee
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-05-19
add missing imports to the examples in the 'Forms'
leandrafinger
2013-05-17
Fixed #5472 --Added OpenLayers-based widgets in contrib.gis
Claude Paroz
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
[next]