diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-31 12:38:11 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-31 12:38:11 +0000 |
| commit | d38690796cd5c046c0b141174737b7615c143bb1 (patch) | |
| tree | 5da1cfb81bead59354d093341cc495af03b43676 /docs/howto/initial-data.txt | |
| parent | dec21a1d4b37238d1f036e83bcd0a3e7eddc33c2 (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.txt | 7 |
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 |
