Removed superfluous models.py files.

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.
This commit is contained in:
Aymeric Augustin 2013-12-17 10:27:08 +01:00
parent 4a56a93cc4
commit 6e895f9e06
50 changed files with 9 additions and 16 deletions

View file

@ -0,0 +1,2 @@
# Remove this module when pre/post_migrate are refactored to use something
# other than a models module for their "sender" argument.