Commit b9f085a9 authored by Luke Plant's avatar Luke Plant
Browse files

[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
parent 558732c3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ Validators
==========

.. versionadded:: 1.2
.. module:: django.core.validators
    :synopsis: Validation utilities and base classes

Writing validators
==================