1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/foreign_object
Antoine Catton 80dac8c33e 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.
2015-10-12 18:00:59 -04:00
..
models Renamed descriptor classes for related objects. 2015-09-21 22:20:42 +02:00
__init__.py
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 #25535 -- Made ForeignObject checks less strict. 2015-10-12 18:00:59 -04:00