Skip to content

Commit

Permalink
Fixed #9572 -- Corrected some documentation that misleadingly gave th…
Browse files Browse the repository at this point in the history
…e extension for YAML fixtures as YML. Thanks to django@i-sh.me.uk for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Nov 12, 2008
1 parent 95d8c06 commit e32299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/initial-data.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ out any changes you've made.
Automatically loading initial data fixtures Automatically loading initial data fixtures
------------------------------------------- -------------------------------------------


If you create a fixture named ``initial_data.[xml/yml/json]``, that fixture will If you create a fixture named ``initial_data.[xml/yaml/json]``, that fixture will
be loaded every time you run :djadmin:`syncdb`. This is extremely convenient, be loaded every time you run :djadmin:`syncdb`. This is extremely convenient,
but be careful: remember that the data will be refreshed *every time* you run but be careful: remember that the data will be refreshed *every time* you run
:djadmin:`syncdb`. So don't use ``initial_data`` for data you'll want to edit. :djadmin:`syncdb`. So don't use ``initial_data`` for data you'll want to edit.
Expand Down

0 comments on commit e32299e

Please sign in to comment.