Ticket #10592: 10592.diff
File 10592.diff, 699 bytes (added by , 16 years ago) |
---|
-
docs/howto/initial-data.txt
71 71 <loaddata>`, where *fixturename* is the name of the fixture file you've created. 72 72 Every time you run :djadmin:`loaddata` the data will be read from the fixture 73 73 and re-loaded into the database. Note that this means that if you change one of 74 the rows created by a fixture and the run :djadmin:`loaddata` again you'll wipe74 the rows created by a fixture and then run :djadmin:`loaddata` again you'll wipe 75 75 out any changes you've made. 76 76 77 77 Automatically loading initial data fixtures