index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
forms
/
validation.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-12
1
-1
/
+1
*
Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().
Tim Graham
2017-02-08
1
-4
/
+5
*
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-25
1
-9
/
+9
*
Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.
Anderson Resende
2016-06-27
1
-5
/
+2
*
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-22
1
-11
/
+10
*
Fixed typo in docs/ref/forms/validation.txt.
Andrew Plummer
2015-12-09
1
-1
/
+1
*
Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't...
Tim Graham
2015-10-21
1
-10
/
+18
*
Used PEP 8 style indentation in forms docs.
Nick Smith
2015-06-11
1
-2
/
+4
*
Minor edits to docs/ref/forms/validation.txt
I am Clinton
2015-05-25
1
-19
/
+18
*
Fixed typos in docs/ref/forms/validation.txt.
minusf
2015-02-03
1
-2
/
+2
*
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-02-01
1
-8
/
+0
*
Added missing backticks to form validation docs
Alasdair Nicol
2014-11-20
1
-1
/
+1
*
Removed confusing paragraph from the docs.
Loic Bistuer
2014-11-05
1
-7
/
+0
*
Fixed #23391 -- Removed an erroneous backtip from the form's documentation.
Simon Charette
2014-08-31
1
-1
/
+1
*
Fixed #21942 -- Moved Form.clean() to form API docs.
Tim Graham
2014-06-30
1
-11
/
+13
*
Fixed typo in docs/ref/forms/validation.txt.
Maxime Lorant
2014-06-11
1
-1
/
+1
*
Fixed #22216 -- Added Form.non_field_errors to form API doc.
Tim Graham
2014-04-05
1
-3
/
+3
*
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-24
1
-2
/
+0
*
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-03-22
1
-1
/
+1
*
Fixed #21654 -- Documented a use-case for Form.errors.as_data().
Loic Bistuer
2014-02-14
1
-0
/
+7
*
Always use parentheses when documenting a method with no arguments.
Baptiste Mispelon
2014-01-22
1
-1
/
+1
*
Removed Form._errors from the docs in favor of the add_error API.
Loic Bistuer
2013-11-30
1
-93
/
+10
*
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-30
1
-0
/
+28
*
Fixed typos in previous commit (9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718).
Baptiste Mispelon
2013-11-12
1
-5
/
+5
*
Removed a mention of `Form._errors` from the documentation.
Baptiste Mispelon
2013-11-12
1
-10
/
+6
*
Fixed #21120 -- Added more explicit text on using validators and link to writ...
Ben Huckvale
2013-09-23
1
-3
/
+13
*
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-16
1
-2
/
+2
*
Fixed #21009 -- Added a versionchanged note regarding changes to clean().
Tim Graham
2013-09-05
1
-0
/
+6
*
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-19
1
-8
/
+2
*
Added an anchor for django.forms.Form.clean in docs
Tim Graham
2013-08-08
1
-0
/
+2
*
Form.clean() does not need to return cleaned_data.
Marc Tamlyn
2013-08-08
1
-10
/
+2
*
Fixed #20823 -- Typo in docs/ref/forms/validation.txt
Tim Graham
2013-07-29
1
-1
/
+1
*
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
1
-9
/
+101
*
add missing imports to the examples in the 'Forms'
leandrafinger
2013-05-19
1
-0
/
+9
*
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-20
1
-4
/
+4
*
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-03-14
1
-12
/
+8
*
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
1
-2
/
+2
*
clarify clean_<field> docs, ticket #18917
Brad Pitcher
2012-09-07
1
-3
/
+2
*
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-08-04
1
-4
/
+6
*
Fixed #18445 -- Added a links in the docs.
Aymeric Augustin
2012-06-07
1
-0
/
+2
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-2
/
+2
*
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-07
1
-3
/
+0
*
Fixed #17182 -- Changed best practice documentation for Form.clean to use sup...
Jannis Leidel
2012-02-04
1
-2
/
+5
*
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-14
1
-66
/
+66
*
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-13
1
-1
/
+1
*
Fixed some ReST errors from e-mail -> email change in docs, and changed some ...
Adrian Holovaty
2011-04-01
1
-2
/
+2
*
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-04-01
1
-5
/
+5
*
Fixed #15191 - typo in form validation docs; thanks berto for the report.
Timo Graham
2011-01-30
1
-1
/
+1
*
Fixed #14205 - Tiny grammar fix in form validation documentation
Luke Plant
2010-09-07
1
-1
/
+1
*
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-19
1
-2
/
+0
[next]