From db127b79835cb971639e0185073e5d7756fb9d9a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 15 Aug 2005 15:24:56 +0000 Subject: Fixed #322 -- Development server now calls validate() again. Thanks, rmunn git-svn-id: http://code.djangoproject.com/svn/django/trunk@505 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/django-admin.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/django-admin.txt b/docs/django-admin.txt index c5071f5335..bb734aaf1b 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -148,6 +148,12 @@ startproject [projectname] Creates a Django project directory structure for the given project name in the current directory. +validate +-------- + +Validates all installed models (according to the ``INSTALLED_APPS`` setting) +and prints validation errors to standard output. + Available options ================= -- cgit v1.3