Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/foreign_object/models
Commit message (Collapse)AuthorAgeFilesLines
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-212-8/+7
| | | | | | | | | | | | The old names were downright confusing. Some seemed to mean the opposite of what the class actually did. The new names follow a consistent nomenclature: (Forward|Reverse)(ManyToOne|OneToOne|ManyToMany)Descriptor. I mentioned combinations that do not exist in the docstring in order to help people who would search for them in the code base.
* Fixed #25064 -- Allowed empty join columns.Alex Hill2015-08-152-1/+102
|
* Moved foreign_object models.py into a module.Tim Graham2015-08-143-0/+219