chillaranand
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 gadi atpakaļ |
Tim Graham
|
9d27478958
Refs #23919 -- Removed docs references to long integers.
|
8 gadi atpakaļ |
Tim Graham
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 gadi atpakaļ |
Claude Paroz
|
611ef422b1
Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.
|
8 gadi atpakaļ |
Sean Marlow
|
8b9e16ec85
Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
|
8 gadi atpakaļ |
Jon Dufresne
|
267dc4addd
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
|
8 gadi atpakaļ |
Jon Dufresne
|
31a9a965a3
Added some links to the TypedChoiceField docs.
|
8 gadi atpakaļ |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 gadi atpakaļ |
Tim Graham
|
46a38307c2
Removed versionadded/changed annotations for 1.9.
|
8 gadi atpakaļ |
Tim Graham
|
f945fb24a3
Fixed #26554 -- Updated docs URLs to readthedocs.io
|
9 gadi atpakaļ |
Jon Dufresne
|
ec6121693f
Fixed #22383 -- Added support for HTML5 required attribute on required form fields.
|
9 gadi atpakaļ |
bellisk
|
c08ad63a33
Correct number of extra arguments in docs for FilePathField.
|
9 gadi atpakaļ |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
9 gadi atpakaļ |
Jon Dufresne
|
7aabd62380
Fixed #25778 -- Updated docs links to use https when available.
|
9 gadi atpakaļ |
Tim Graham
|
a918f8b089
Documented that forms.Field.help_text isn't HTML-escaped.
|
9 gadi atpakaļ |
Agnieszka Lasyk
|
1f8dad6915
Fixed #25755 -- Unified spelling of "website".
|
9 gadi atpakaļ |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 gadi atpakaļ |
Tim Graham
|
b6ea1961eb
Refs #23151 -- Removed RegexField.error_message per deprecation timeline.
|
9 gadi atpakaļ |
Claude Paroz
|
135a9e4fd9
Added some more links in form field docs
|
9 gadi atpakaļ |
Moritz Sichert
|
535809e121
Fixed #25294 -- Allowed custom BoundFields on forms.
|
9 gadi atpakaļ |
Edward Henderson
|
f8cc464452
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
|
10 gadi atpakaļ |
Claude Paroz
|
1ef4aeab40
Fixed #25078 -- Added support for disabled form fields
|
9 gadi atpakaļ |
Curtis
|
11cac1bd8e
Fixed #4960 -- Added "strip" option to CharField
|
10 gadi atpakaļ |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 gadi atpakaļ |
Andriy Sokolovskiy
|
cf6ce279c7
Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
|
9 gadi atpakaļ |
Nick Smith
|
b9bf61ce61
Used PEP 8 style indentation in forms docs.
|
9 gadi atpakaļ |
I am Clinton
|
a6b77abff7
Fixed typos in docs/ref/forms/fields.txt
|
9 gadi atpakaļ |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 gadi atpakaļ |
Tim Graham
|
33457cd3b0
Removed IPAddressField per deprecation timeline; refs #20439.
|
10 gadi atpakaļ |
Tim Graham
|
714277cb4c
Removed support for SplitDateTimeWidget with DateTimeField per deprecation timeline.
|
10 gadi atpakaļ |