Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: eb8600a65673649ea15ed18d17127f741807ac8b
https://github.com/django/django/commit/eb8600a65673649ea15ed18d17127f741807ac8b
Author: Tim Graham <
timog...@gmail.com>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
A django/contrib/contenttypes/migrations/0001_initial.py
A django/contrib/contenttypes/migrations/__init__.py
M django/contrib/contenttypes/models.py
R django/contrib/contenttypes/tests.py
A django/contrib/contenttypes/tests/__init__.py
A django/contrib/contenttypes/tests/models.py
A django/contrib/contenttypes/tests/tests.py
M tests/migrations/test_loader.py
M tests/runtests.py
Log Message:
-----------
Added database migration for contrib.contenttypes.
Moved contenttypes tests to allow them to run correctly in the presence of
migrations. refs #22170.