mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user