summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2014-01-20 10:45:21 +0800
committerRussell Keith-Magee <russell@keith-magee.com>2014-01-20 10:45:21 +0800
commitd818e0c9b2b88276cc499974f9eee893170bf0a8 (patch)
tree13ef631f7ba50bf81fa36f484abf925ba8172651 /docs/intro/tutorial01.txt
parent6e7bd0b63bd01949ac4fd647f2597639bed0c3a2 (diff)
Fixed #16905 -- Added extensible checks (nee validation) framework
This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index e79535661c..1bf11e47ae 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -140,7 +140,7 @@ You'll see the following output on the command line:
.. parsed-literal::
- Validating models...
+ Performing system checks...
0 errors found
|today| - 15:50:53
@@ -545,8 +545,8 @@ Note the following:
changes.
If you're interested, you can also run
-:djadmin:`python manage.py validate <validate>`; this checks for any errors in
-your models without making migrations or touching the database.
+:djadmin:`python manage.py check <check>`; this checks for any problems in
+your project without making migrations or touching the database.
Now, run :djadmin:`migrate` again to create those model tables in your database: