Django

Code

Changeset 5405

Show
Ignore:
Timestamp:
06/01/07 05:11:43 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4370 -- Clarified how syncdb searches for initial data files. Thanks,
Simon Greenhill and gsf@perfectlygood.net.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r5039 r5405  
    404404give you the option of creating a superuser immediately. 
    405405 
    406 ``syncdb`` will also search for and install any fixture named ``initial_data``. 
    407 See the documentation for ``loaddata`` for details on the specification of 
    408 fixture data files. 
     406``syncdb`` will also search for and install any fixture named ``initial_data`` 
     407with an appropriate extension (e.g. ``json`` or ``xml``). See the 
     408documentation for ``loaddata`` for details on the specification of fixture 
     409data files. 
    409410 
    410411test