Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 5a3ae7e260f68602b25dbe3fc6ed13249a5c6515
https://github.com/django/django/commit/5a3ae7e260f68602b25dbe3fc6ed13249a5c6515
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:
-----------
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.