diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-07-05 16:54:37 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-07-05 16:54:37 +0000 |
| commit | b9f085a9de946a442e594e997b1eafaf4dc6a211 (patch) | |
| tree | 18b81c21ac198e146efb496d7fcd61cc1a633539 /docs | |
| parent | 558732c37bf5faaffdd00ab278f77dc6c658ecde (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/validators.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ================== |
