Commit 910c0866 authored by Luke Plant's avatar Luke Plant
Browse files

Added missing module directive for validators documentation.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@13421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 2cf21d99
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
==================