Django

Code

Ticket #3786: sqlinitialdata.diff

File sqlinitialdata.diff, 0.9 kB (added by Ramiro Morales, 2 years ago)
  • ./docs/tutorial01.txt

    old new  
    382382      statements for this app. 
    383383 
    384384    * ``python manage.py sqlall polls`` -- A combination of all the SQL from 
    385       the 'sql', 'sqlinitialdata', and 'sqlindexes' commands. 
     385      the 'sql', 'sqlcustom', and 'sqlindexes' commands. 
    386386 
    387387Looking at the output of those commands can help you understand what's actually 
    388388happening under the hood.