Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 년 전 |
Claude Paroz
|
5306285ce2
Complemented documentation following commit be9ae693c
|
12 년 전 |
Tim Graham
|
8e5fbebe02
Fixed #19801 - Added brackets to input_formats.
|
12 년 전 |
Claude Paroz
|
7ec2a21be1
Fixed #19686 -- Added HTML5 number input type
|
12 년 전 |
Claude Paroz
|
f7394d2c32
Added HTML5 url input type
|
12 년 전 |
Claude Paroz
|
4f16376274
Added HTML5 email input type
|
12 년 전 |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 년 전 |
Claude Paroz
|
2d0b35d2bb
Added links to default widget in forms.fields documentation
|
12 년 전 |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 년 전 |
Danilo Bargen
|
b0c72d0a30
Fixed invalid ipv4 mapped ipv6 addresses in docs
|
12 년 전 |
Claude Paroz
|
22742e4ac4
Added ref to format localization in Date[Time]Field docs
|
12 년 전 |
Claude Paroz
|
10dc4797ea
Fixed #19119 -- Corrected default date input formats in docs
|
12 년 전 |
Stephen Burrows
|
218abcc9e5
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty value
|
12 년 전 |
Adrien Lemaire
|
2c8267bf3d
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
|
12 년 전 |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 년 전 |
Tim Graham
|
a73838fde3
Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the draft patch.
|
12 년 전 |
Tim Graham
|
fa8fb2b383
Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the draft patch.
|
12 년 전 |
Aymeric Augustin
|
5e94ef293c
Fixed #18374 -- Explained "corrupt image" error
|
12 년 전 |
Claude Paroz
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
12 년 전 |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 년 전 |
Aymeric Augustin
|
73f7d34699
Fixed #17950 -- Warned about usability limits of ModelChoiceField.
|
13 년 전 |
Claude Paroz
|
596cb9c7e2
Replaced print statement by print function (forward compatibility syntax).
|
13 년 전 |
Alex Gaynor
|
3c5ff9d703
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in addition to regular files. Thank you to Brian Rosner, for encouraging me to first contribute to Django 4 years ago.
|
13 년 전 |
Aymeric Augustin
|
9ed6e08ff9
Removed deprecated URLField.verify_exists.
|
13 년 전 |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 년 전 |
Julien Phalip
|
ca1e670499
Fixed some improper quotes in the form fields reference doc.
|
13 년 전 |
Julien Phalip
|
4e47df9de2
Fixed #16291 -- Documented that TypedChoiceField does not coerce empty_value. Thanks to vanschelven and taavi223.
|
13 년 전 |
Carl Meyer
|
84e0055e8d
Corrected documentation inconsistencies regarding deprecation of URLField.verify_exists.
|
13 년 전 |
Russell Keith-Magee
|
5f287f75f2
Altered the behavior of URLField to avoid a potential DOS vector, and to avoid potential leakage of local filesystem data. A security announcement will be made shortly.
|
13 년 전 |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 년 전 |