[1.2.X] Added missing module directive for validators documentation.

Backport of [13421] from trunk


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2010-07-05 16:54:37 +00:00
parent 558732c37b
commit b9f085a9de

View File

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