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:14:27 +0200 |
| commit | 67eee5e4fa08f4404445ebf4f54b686e68a8530c (patch) | |
| tree | c213e7adb7714b4af2c93def7c17e058a3dd4c9a /docs | |
| parent | aa7dc2dc39e5d7911839030bd2d14feb0efa6429 (diff) | |
Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection
Thanks Ramiro Morales for the report and Tim Graham for the review.
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`). |
