Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_options/test_tablespaces.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+3
|
* Replaced DatabaseCreation sql methods by schema editor ↵Claude Paroz2014-12-231-5/+4
| | | | | | | equivalents Also used schema editor in migrate to sync unmigrated apps (sync_apps). Refs #22340. Thanks Tim Graham for the review.
* Created a new tests folder (`model_options`).Moayad Mardini2014-06-111-0/+128
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.