mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refactored the migration signals to use app configs.
De-aliased pre/post_syncdb to pre/post_migrate to increase backwards-compatibility.
This commit is contained in:
parent
5782c94f23
commit
00110904ac
11 changed files with 187 additions and 76 deletions
|
@ -1,2 +1,2 @@
|
|||
# Remove this module when pre/post_migrate are refactored to use something
|
||||
# other than a models module for their "sender" argument.
|
||||
# This module has to exist, otherwise pre/post_migrate aren't sent for the
|
||||
# migrate_signals application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue