Ticket #3786: sqlinitialdata.diff
File sqlinitialdata.diff, 936 bytes (added by , 18 years ago) |
---|
-
./docs/tutorial01.txt
old new 382 382 statements for this app. 383 383 384 384 * ``python manage.py sqlall polls`` -- A combination of all the SQL from 385 the 'sql', 'sql initialdata', and 'sqlindexes' commands.385 the 'sql', 'sqlcustom', and 'sqlindexes' commands. 386 386 387 387 Looking at the output of those commands can help you understand what's actually 388 388 happening under the hood. -
./docs/django-admin.txt
old new 329 329 330 330 Prints the CREATE TABLE and initial-data SQL statements for the given appnames. 331 331 332 Refer to the description of ``sql initialdata`` for an explanation of how to332 Refer to the description of ``sqlcustom`` for an explanation of how to 333 333 specify initial data. 334 334 335 335 sqlclear [appname appname ...]