django1/tests/foreign_object
Michal Petrucha c339a5a6f7 Refs #16508 -- Renamed the current "virtual" fields to "private".
The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation.
2016-04-13 10:10:53 -04:00
..
models Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
__init__.py Fixed 19385 -- Added ORM support for multicolumn joins 2013-03-24 18:08:01 +02:00
test_empty_join.py Fixed #25064 -- Allowed empty join columns. 2015-08-15 07:26:44 -04:00
test_forms.py Moved foreign_object models.py into a module. 2015-08-14 08:53:35 -04:00
tests.py Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_filter(). 2016-02-11 08:59:43 -05:00