diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-03-02 17:16:52 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-03-02 17:16:52 +0000 |
| commit | 2ade1e916f308fef246811f6511aa27b7dd9d51b (patch) | |
| tree | 1fe5176cf80db2470c97b1b823a1e94ec5d9c75a /docs/howto/initial-data.txt | |
| parent | 3ed0b6ed64ff7a69644d1c1eacfb62b0aedadf71 (diff) | |
Edited stuff from [17543] to [17629]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index ce8d75d124..36306d476e 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -69,10 +69,10 @@ You'll store this data in a ``fixtures`` directory inside your app. Loading data is easy: just call :djadmin:`manage.py loaddata <fixturename> <loaddata>`, where ``<fixturename>`` is the name of the fixture file you've -created. Every time you run :djadmin:`loaddata` the data will be read from the -fixture and re-loaded into the database. Note that this means that if you -change one of the rows created by a fixture and then run :djadmin:`loaddata` -again you'll wipe out any changes you've made. +created. Each time you run :djadmin:`loaddata`, the data will be read from the +fixture and re-loaded into the database. Note this means that if you change one +of the rows created by a fixture and then run :djadmin:`loaddata` again, you'll +wipe out any changes you've made. Automatically loading initial data fixtures ------------------------------------------- |
