summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-11-12 11:48:57 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-11-12 11:48:57 +0000
commite32299e0bc709ffa1bacdc7ffdfaeb101df671d2 (patch)
tree7980661649a4a11237953ee36e495363bc39a8c9 /docs
parent95d8c0619a961ebf55208bebe5cc686b8247655f (diff)
downloaddjango-e32299e0bc709ffa1bacdc7ffdfaeb101df671d2.tar.gz
Fixed #9572 -- Corrected some documentation that misleadingly gave the 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
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/initial-data.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index 580518b5e8..917e11bb64 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -77,7 +77,7 @@ out any changes you've made.
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,
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.