Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: 7bd2ad1dd9fc449ed1b4832fab5c975d7c8aa895
https://github.com/django/django/commit/7bd2ad1dd9fc449ed1b4832fab5c975d7c8aa895
Author: Moayad Mardini <
moay...@gmail.com>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
A tests/model_options/__init__.py
A tests/model_options/models/__init__.py
A tests/model_options/models/tablespaces.py
A tests/model_options/test_tablespaces.py
R tests/tablespaces/__init__.py
R tests/tablespaces/models.py
R tests/tablespaces/tests.py
Log Message:
-----------
[1.7.x] Created a new tests folder (`model_options`).
And moved `tablespaces` option tests to it.
The new folder can be used to test models/options, like the new option
added in refs #22778.
Backport of 5a3ae7e260 from master