django/tests/foreign_object
Antoine Catton 38d6e1e2ad [1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.
Check that the foreign object `from_fields` are a subset of any unique
constraints on the foreign model.

Backport of 80dac8c33e and
c7aff31397 from master
2015-10-14 05:26:42 -07:00
..
models Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02: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 [1.9.x] Fixed #25535 -- Made ForeignObject checks less strict. 2015-10-14 05:26:42 -07:00