diff options
| author | Basil Dubyk <samitnuk.work@gmail.com> | 2018-11-09 22:41:55 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-28 15:50:30 -0500 |
| commit | 381bdd4898bffbe1cbd3020826e6bf4c7cc63254 (patch) | |
| tree | 7f14f9e137ee27efe85e2c1f7c67c786e5dc1bad /docs | |
| parent | a9d9680ea344a243f6e3ed7d0ad8031172458b9a (diff) | |
[2.1.x] Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields.
Backport of 7d1123e5ada60963ba3c708a8932e57342278706 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.4.txt b/docs/releases/2.1.4.txt index 081b56991d..8ba457846e 100644 --- a/docs/releases/2.1.4.txt +++ b/docs/releases/2.1.4.txt @@ -19,3 +19,6 @@ Bugfixes * Fixed keep-alive support in ``runserver`` after it was disabled to fix another issue in Django 2.0 (:ticket:`29849`). + +* Fixed admin view-only change form crash when using + ``ModelAdmin.prepopulated_fields`` (:ticket:`29929`). |
