summaryrefslogtreecommitdiff
path: root/docs/tutorial01.txt
diff options
context:
space:
mode:
authorBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-04-16 23:24:58 +0000
committerBoulder Sprinters <boulder-sprinters@djangoproject.com>2007-04-16 23:24:58 +0000
commite2a3b9e1bdff6a43f8525319ebfeff6949aa796f (patch)
tree1cad41077f9add4cffa7cb354e0fea4430be7483 /docs/tutorial01.txt
parent9699399eee4e7690da074123d12852dad8ae6d9b (diff)
boulder-oracle-sprint: Merged to [5013]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial01.txt')
-rw-r--r--docs/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial01.txt b/docs/tutorial01.txt
index 0e857d09ca..b29d7b813f 100644
--- a/docs/tutorial01.txt
+++ b/docs/tutorial01.txt
@@ -382,7 +382,7 @@ If you're interested, also run the following commands:
statements for this app.
* ``python manage.py sqlall polls`` -- A combination of all the SQL from
- the 'sql', 'sqlinitialdata', and 'sqlindexes' commands.
+ the 'sql', 'sqlcustom', and 'sqlindexes' commands.
Looking at the output of those commands can help you understand what's actually
happening under the hood.