Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_options/models
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-3/+3
| | | | on_delete for ForeignKey/OneToOneField
* 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
|
* Fixed #22778 -- Added a model Meta option to define ↵Renaud Parent2014-06-181-0/+41
| | | | | | default_related_name. Thanks jorgecarleitao and mmardini for reviews.
* Created a new tests folder (`model_options`).Moayad Mardini2014-06-112-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.