mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Added a section to the docs for discussing validators and updated a few links to point to it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1e81e2f532
commit
cd7da17132
5 changed files with 150 additions and 2 deletions
|
@ -266,7 +266,7 @@ error message keys it uses.
|
|||
The ``validators`` argument lets you provide a list of validation functions
|
||||
for this field.
|
||||
|
||||
See the :ref:`validators documentation <validators>` for more information.
|
||||
See the :ref:`validators documentation <ref-validators>` for more information.
|
||||
|
||||
Built-in ``Field`` classes
|
||||
--------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue