diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-01 10:11:43 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-06-01 10:11:43 +0000 |
| commit | 2dd753fa889d4868a52c465beb8a48a0bca761eb (patch) | |
| tree | b875086bf4277ea137860d178ce127eb1583abf8 /docs | |
| parent | dcc090e4572959e11aa9ce0edf99785ac882d083 (diff) | |
Fixed #4370 -- Clarified how syncdb searches for initial data files. Thanks,
Simon Greenhill and gsf@perfectlygood.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5405 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/django-admin.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index cc2eadc365..efcdea3dd5 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -403,9 +403,10 @@ this command to install the default apps. If you're installing the ``django.contrib.auth`` application, ``syncdb`` will give you the option of creating a superuser immediately. -``syncdb`` will also search for and install any fixture named ``initial_data``. -See the documentation for ``loaddata`` for details on the specification of -fixture data files. +``syncdb`` will also search for and install any fixture named ``initial_data`` +with an appropriate extension (e.g. ``json`` or ``xml``). See the +documentation for ``loaddata`` for details on the specification of fixture +data files. test ---- |
