django/tests/defer_regress
Aymeric Augustin a7588e2e22 Removed useless model definitions.
Surprisingly, this commit doesn't change any behavior at all. When a
model is defined with the same name as another model in the same app,
the definition of the first class is bound to the name of the class
regardless of the definition of the second class.
2014-01-05 20:52:46 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Removed useless model definitions. 2014-01-05 20:52:46 +01:00
tests.py Deprecated the app argument of apps.get_models. 2013-12-29 21:48:58 +01:00