summaryrefslogtreecommitdiff
path: root/tests/foreign_object/models
AgeCommit message (Collapse)Author
2015-12-24[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ↵Tomo Otsuka
ForeignObject. Backport of 8b6974a6857bdc48ad50bf21527b840c27648891 from master
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
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.
2015-08-15Fixed #25064 -- Allowed empty join columns.Alex Hill
2015-08-14Moved foreign_object models.py into a module.Tim Graham