mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
Thanks Ramiro Morales for the report and Tim Graham for the review.
This commit is contained in:
parent
aa7dc2dc39
commit
67eee5e4fa
3 changed files with 45 additions and 26 deletions
|
@ -25,3 +25,6 @@ Bugfixes
|
|||
|
||||
* Fixed a crash in ``runserver`` logging during a "Broken pipe" error
|
||||
(:ticket:`27271`).
|
||||
|
||||
* Fixed a regression where unchanged localized date/time fields were listed as
|
||||
changed in the admin's model history messages (:ticket:`27302`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue