Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_options/models/tablespaces.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-2/+2
| | | | | | | | Field.rel is now deprecated. Rel objects have now also remote_field attribute. This means that self == self.remote_field.remote_field. In addition, made the Rel objects a bit more like Field objects. Still, marked ManyToManyFields as null=True.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
|
* Created a new tests folder (`model_options`).Moayad Mardini2014-06-111-0/+48
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.