mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
6e895f9e06
Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
3 lines
133 B
Python
3 lines
133 B
Python
# Remove this module when pre/post_migrate are refactored to use something
|
|
# other than a models module for their "sender" argument.
|