From 910c0866f7ea6a1c923ca0290694d4f827eaab10 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Mon, 5 Jul 2010 16:51:29 +0000 Subject: [PATCH] Added missing module directive for validators documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13421 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/validators.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt index bbba84c7f9..916c388f08 100644 --- a/docs/ref/validators.txt +++ b/docs/ref/validators.txt @@ -5,6 +5,8 @@ Validators ========== .. versionadded:: 1.2 +.. module:: django.core.validators + :synopsis: Validation utilities and base classes Writing validators ==================