Added missing module directive for validators documentation.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2010-07-05 16:51:29 +00:00
parent 2cf21d994d
commit 910c0866f7
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Validators
==========
.. versionadded:: 1.2
.. module:: django.core.validators
:synopsis: Validation utilities and base classes
Writing validators
==================