Ticket #10138: patch-10138.diff
File patch-10138.diff, 725 bytes (added by , 16 years ago) |
---|
-
docs/ref/django-admin.txt
333 333 application, ``<dirname>/foo/bar/mydata.json`` for each directory in 334 334 ``FIXTURE_DIRS``, and the literal path ``foo/bar/mydata.json``. 335 335 336 When fixture files are processed, the data is saved to the database as is. 337 Model defined ``save`` methods and ``pre_save`` signals are not called. 338 336 339 Note that the order in which fixture files are processed is undefined. However, 337 340 all fixture data is installed as a single transaction, so data in 338 341 one fixture can reference data in another fixture. If the database backend