mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 16:00:27 +00:00
Too much field exclusions in form's construct_instance() in _post_clean()
could lead to some unexpected missing ForeignKey values.
Fixes a regression from
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_uuid.py | ||
| tests.py | ||