summaryrefslogtreecommitdiff
path: root/docs/howto/initial-data.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-03-31 12:38:11 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-03-31 12:38:11 +0000
commitd38690796cd5c046c0b141174737b7615c143bb1 (patch)
tree5da1cfb81bead59354d093341cc495af03b43676 /docs/howto/initial-data.txt
parentdec21a1d4b37238d1f036e83bcd0a3e7eddc33c2 (diff)
Removed the deprecated reset and sqlreset management commands.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/initial-data.txt')
-rw-r--r--docs/howto/initial-data.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index 36306d476e..557935f266 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -124,10 +124,9 @@ Each SQL file, if given, is expected to contain valid SQL statements
which will insert the desired data (e.g., properly-formatted
``INSERT`` statements separated by semicolons).
-The SQL files are read by the :djadmin:`sqlcustom`, :djadmin:`sqlreset`,
-:djadmin:`sqlall` and :djadmin:`reset` commands in :doc:`manage.py
-</ref/django-admin>`. Refer to the :doc:`manage.py documentation
-</ref/django-admin>` for more information.
+The SQL files are read by the :djadmin:`sqlcustom` and :djadmin:`sqlall`
+commands in :doc:`manage.py </ref/django-admin>`. Refer to the :doc:`manage.py
+documentation </ref/django-admin>` for more information.
Note that if you have multiple SQL data files, there's no guarantee of
the order in which they're executed. The only thing you can assume is