django1/tests/model_formsets
Claude Paroz 158b0a2837 [1.8.x] Fixed #25431 -- Readded inline foreign keys to modelformset instances
Too much field exclusions in form's construct_instance() in _post_clean()
could lead to some unexpected missing ForeignKey values.
Fixes a regression from 45e049937. Refs #13776.

Backport of 65a1055a3 from master.
2015-09-21 21:50:11 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py [1.8.x] Fixed #25431 -- Readded inline foreign keys to modelformset instances 2015-09-21 21:50:11 +02:00
test_uuid.py [1.8.x] Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children. 2015-06-26 09:15:59 -04:00
tests.py [1.8.x] Fixed #24395 -- Ensured inline ModelsForms have an updated related instance. 2015-02-24 11:49:27 -05:00