Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed #27039 -- Fixed empty data fallback to model field default in m…
…odel forms.
- Loading branch information
Showing
with
69 additions
and 2 deletions.
- +5 −0 django/forms/models.py
- +4 −0 django/forms/widgets.py
- +3 −0 docs/releases/1.10.1.txt
- +15 −0 docs/topics/forms/modelforms.txt
- +1 −0 tests/model_forms/models.py
- +41 −2 tests/model_forms/tests.py