Author: lukeplant Date: 2010-07-05 11:51:29 -0500 (Mon, 05 Jul 2010) New Revision: 13421
Modified: django/trunk/docs/ref/validators.txt Log: Added missing module directive for validators documentation. Modified: django/trunk/docs/ref/validators.txt =================================================================== --- django/trunk/docs/ref/validators.txt 2010-07-05 16:43:51 UTC (rev 13420) +++ django/trunk/docs/ref/validators.txt 2010-07-05 16:51:29 UTC (rev 13421) @@ -5,6 +5,8 @@ ========== .. versionadded:: 1.2 +.. module:: django.core.validators + :synopsis: Validation utilities and base classes Writing validators ================== -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.