Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields.

This commit is contained in:
Basil Dubyk 2018-11-09 22:41:55 +02:00 committed by Tim Graham
parent 682cdf6cab
commit 7d1123e5ad
4 changed files with 32 additions and 1 deletions

View file

@ -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`).