Django

Code

Changeset 9401

Show
Ignore:
Timestamp:
11/12/08 05:48:57 (2 months ago)
Author:
russellm
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/howto/initial-data.txt

    r9355 r9401  
    7878------------------------------------------- 
    7979 
    80 If you create a fixture named ``initial_data.[xml/yml/json]``, that fixture will 
     80If you create a fixture named ``initial_data.[xml/yaml/json]``, that fixture will 
    8181be loaded every time you run :djadmin:`syncdb`. This is extremely convenient, 
    8282but be careful: remember that the data will be refreshed *every time* you run