Changes between Version 6 and Version 7 of DatabaseAPI


Ignore:
Timestamp:
01/19/09 23:34:07 (4 years ago)
Author:
andrew
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseAPI

    v6 v7  
    8383abstraction; if you find yourself using it a lot, consider adding a method to 
    8484this API (see [wiki:Contributing contributing] for more info). 
     85 
     86 
     87=== send_create_signal(app_label, model_names) === 
     88 
     89Sends the post_syncdb signal for the given '''list''' of model names in the given app. Note that the signal will only be sent after all migrations have finished running.