diff options
| author | Christopher Long <indirecthit@gmail.com> | 2006-07-27 22:38:02 +0000 |
|---|---|---|
| committer | Christopher Long <indirecthit@gmail.com> | 2006-07-27 22:38:02 +0000 |
| commit | 75c6dc967d4f27a8361d8cf77a1ea279ba9fa3b1 (patch) | |
| tree | 2b1ad1b7c7af7cc9ed04a843c33d6ae539b51475 /docs/tutorial01.txt | |
| parent | 8e48efbbd09685f04856bf448d37c4b7a84e8548 (diff) | |
[per-object-permissions] Update to trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/per-object-permissions@3464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
| -rw-r--r-- | docs/tutorial01.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt index c353e1ab4b..62db8ab842 100644 --- a/docs/tutorial01.txt +++ b/docs/tutorial01.txt @@ -346,6 +346,8 @@ Note the following: the SQL to the database. If you're interested, also run the following commands: + * ``python manage.py validate polls`` -- Checks for any errors in the + construction of your models. * ``python manage.py sqlinitialdata polls`` -- Outputs any initial data required for Django's admin framework and your models. |
