diff options
| author | Claude Paroz <claude@2xlibre.net> | 2016-10-01 19:32:32 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2016-10-01 20:16:41 +0200 |
| commit | 062b8ba37e616a70d131dcec5f3a760d8d1ceb2c (patch) | |
| tree | 224bd09ca0aefb7afab35d0bf5ad45566d2d6873 /docs | |
| parent | 63d9ffe0d6bd13a3abe73884166ab4fac897987f (diff) | |
[1.10.x] Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
Thanks Ramiro Morales for the report and Tim Graham for the review.
Backport of 67eee5e4fa08f4404445ebf4f54b686e68a8530c from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
