mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin.prepopulated_fields.
This commit is contained in:
parent
682cdf6cab
commit
7d1123e5ad
4 changed files with 32 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue