diff -rN -u old-sqlinitialdata/docs/django-admin.txt new-sqlinitialdata/docs/django-admin.txt
--- old-sqlinitialdata/docs/django-admin.txt	2007-04-10 07:11:15.000000000 -0300
+++ new-sqlinitialdata/docs/django-admin.txt	2007-04-10 07:11:16.000000000 -0300
@@ -332,7 +332,7 @@
 
 Prints the CREATE TABLE and initial-data SQL statements for the given appnames.
 
-Refer to the description of ``sqlinitialdata`` for an explanation of how to
+Refer to the description of ``sqlcustom`` for an explanation of how to
 specify initial data.
 
 sqlclear [appname appname ...]
diff -rN -u old-sqlinitialdata/docs/model-api.txt new-sqlinitialdata/docs/model-api.txt
--- old-sqlinitialdata/docs/model-api.txt	2007-04-10 07:11:15.000000000 -0300
+++ new-sqlinitialdata/docs/model-api.txt	2007-04-10 07:11:16.000000000 -0300
@@ -1915,7 +1915,7 @@
 piped directly into the database after all of the models' table-creation
 statements have been executed.
 
-The SQL files are read by the ``sqlinitialdata``, ``sqlreset``, ``sqlall`` and
+The SQL files are read by the ``sqlcustom``, ``sqlreset``, ``sqlall`` and
 ``reset`` commands in ``manage.py``. Refer to the `manage.py documentation`_
 for more information.
 
@@ -1924,7 +1924,7 @@
 time your custom data files are executed, all the database tables already will
 have been created.
 
-.. _`manage.py documentation`: http://www.djangoproject.com/documentation/django_admin/#sqlinitialdata-appname-appname
+.. _`manage.py documentation`: http://www.djangoproject.com/documentation/django_admin/#sqlcustom-appname-appname
 
 Database-backend-specific SQL data
 ----------------------------------
diff -rN -u old-sqlinitialdata/docs/tutorial01.txt new-sqlinitialdata/docs/tutorial01.txt
--- old-sqlinitialdata/docs/tutorial01.txt	2007-04-10 07:11:15.000000000 -0300
+++ new-sqlinitialdata/docs/tutorial01.txt	2007-04-10 07:11:16.000000000 -0300
@@ -382,7 +382,7 @@
       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.

