From 67eee5e4fa08f4404445ebf4f54b686e68a8530c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 1 Oct 2016 19:32:32 +0200 Subject: Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection Thanks Ramiro Morales for the report and Tim Graham for the review. --- docs/releases/1.10.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.2.txt b/docs/releases/1.10.2.txt index d434a80bba..83c935e7c5 100644 --- a/docs/releases/1.10.2.txt +++ b/docs/releases/1.10.2.txt @@ -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`). -- cgit v1.3