1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/migrate_signals/models.py
Aymeric Augustin 00110904ac Refactored the migration signals to use app configs.
De-aliased pre/post_syncdb to pre/post_migrate to increase
backwards-compatibility.
2013-12-29 17:53:42 +01:00

3 lines
106 B
Python

# This module has to exist, otherwise pre/post_migrate aren't sent for the
# migrate_signals application.