mirror of
https://github.com/django/django.git
synced 2024-11-24 11:48:10 +01:00
Added missing backticks to form validation docs
This commit is contained in:
parent
1a63093e22
commit
38ab0f13fa
@ -81,7 +81,7 @@ overridden:
|
||||
which will be used as the ``cleaned_data``.
|
||||
|
||||
Since the field validation methods have been run by the time ``clean()`` is
|
||||
called, you also have access to the form's errors attribute which
|
||||
called, you also have access to the form's ``errors`` attribute which
|
||||
contains all the errors raised by cleaning of individual fields.
|
||||
|
||||
Note that any errors raised by your :meth:`Form.clean()` override will not
|
||||
|
Loading…
Reference in New Issue
Block a user