mirror of
https://github.com/django/django.git
synced 2025-11-18 02:56:45 +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 | ||