diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-07 13:06:56 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-07 14:31:05 -0400 |
| commit | ad2ac53054f1deea6818d05220db73f6c09c1702 (patch) | |
| tree | a2902d1a42e33a7cb96adba2dffc812b692cd2c8 /docs | |
| parent | a7fb311aced5469dbf2588d860579be87b67e3d9 (diff) | |
[1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Thanks Simon Charette for review.
Backport of a7b7f27c05244d69a11545261eb3bbd73791b3d2 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.4.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.8.4.txt b/docs/releases/1.8.4.txt index f95bcfb4dc..070397e885 100644 --- a/docs/releases/1.8.4.txt +++ b/docs/releases/1.8.4.txt @@ -22,5 +22,5 @@ Bugfixes * Prevented an exception in ``TestCase.setUpTestData()`` from leaking the transaction (:ticket:`25176`). -* Fixed ``has_changed()`` method in - :class:`django.contrib.postgres.forms.HStoreField`. +* Fixed ``has_changed()`` method in ``contrib.postgres.forms.HStoreField`` + (:ticket:`25215`, :ticket:`25233`). |
