Baptiste Mispelon
|
0048ed77c7
Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718).
|
11 年之前 |
Baptiste Mispelon
|
9aa6d4bdb6
Removed a mention of `Form._errors` from the documentation.
|
11 年之前 |
Ben Huckvale
|
98e0453f00
Fixed #21120 -- Added more explicit text on using validators and link to writing validators.
|
11 年之前 |
Tim Graham
|
18ffdb1772
Fixed #17627 -- Renamed util.py files to utils.py
|
11 年之前 |
Tim Graham
|
ebfe42d018
Fixed #21009 -- Added a versionchanged note regarding changes to clean().
|
11 年之前 |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 年之前 |
Tim Graham
|
8442268869
Added an anchor for django.forms.Form.clean in docs
|
11 年之前 |
Marc Tamlyn
|
fb1dd6b13a
Form.clean() does not need to return cleaned_data.
|
11 年之前 |
Tim Graham
|
05ea5a2139
Fixed #20823 -- Typo in docs/ref/forms/validation.txt
|
11 年之前 |
Loic Bistuer
|
ee77d4b253
Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields
|
11 年之前 |
leandrafinger
|
08b501e7d3
add missing imports to the examples in the 'Forms'
|
12 年之前 |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 年之前 |
Claude Paroz
|
2f121dfe63
Fixed #17051 -- Removed some 'invalid' field error messages
|
12 年之前 |
Adrien Lemaire
|
2c8267bf3d
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
|
12 年之前 |
Brad Pitcher
|
c634375e9c
clarify clean_<field> docs, ticket #18917
|
12 年之前 |
Claude Paroz
|
121fd109de
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
|
12 年之前 |
Aymeric Augustin
|
33999d9871
Fixed #18445 -- Added a links in the docs.
|
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 年之前 |
Jannis Leidel
|
52d72a5a3e
Fixed #17182 -- Changed best practice documentation for Form.clean to use super() instead of relying on self.cleaned_data. Thanks, DrMeers.
|
13 年之前 |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 年之前 |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
14 年之前 |
Adrian Holovaty
|
9a279edc1c
Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet)
|
14 年之前 |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
14 年之前 |
Timo Graham
|
456534dda9
Fixed #15191 - typo in form validation docs; thanks berto for the report.
|
14 年之前 |
Luke Plant
|
c8bcd5e547
Fixed #14205 - Tiny grammar fix in form validation documentation
|
14 年之前 |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 年之前 |
Russell Keith-Magee
|
bc82e20370
Fixed #12001 -- Modified the example of form validation to use the form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch.
|
15 年之前 |
Russell Keith-Magee
|
5a74f0c936
Fixed #12643 -- Added link to the ModelForm documentation clarifying the special requirements of a clean() method on a modelform. Thanks to fgaudin for the report, and ptone for the patch.
|
15 年之前 |
Joseph Kocherhans
|
471596fc1a
Merged soc2009/model-validation to trunk. Thanks, Honza!
|
15 年之前 |