Skip to content

Commit

Permalink
[1.0.X] Fixed #10592 -- Corrected typo in initial-data howto. Thanks …
Browse files Browse the repository at this point in the history
…to Paul Menzel.

Merge of r10145 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Mar 24, 2009
1 parent d9eb87a commit 177e997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/howto/initial-data.txt
Expand Up @@ -71,8 +71,8 @@ Loading data is easy: just call :djadmin:`manage.py loaddata fixturename
<loaddata>`, where *fixturename* is the name of the fixture file you've created. <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 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 and re-loaded into the database. Note that this means that if you change one of
the rows created by a fixture and the run :djadmin:`loaddata` again you'll wipe the rows created by a fixture and then run :djadmin:`loaddata` again you'll
out any changes you've made. wipe out any changes you've made.


Automatically loading initial data fixtures Automatically loading initial data fixtures
------------------------------------------- -------------------------------------------
Expand Down

0 comments on commit 177e997

Please sign in to comment.