Changes between Version 6 and Version 7 of DatabaseAPI
- Timestamp:
- 01/19/09 23:34:07 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseAPI
v6 v7 83 83 abstraction; if you find yourself using it a lot, consider adding a method to 84 84 this API (see [wiki:Contributing contributing] for more info). 85 86 87 === send_create_signal(app_label, model_names) === 88 89 Sends 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.
