diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-07 13:06:56 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-07 13:26:17 -0400 |
| commit | a7b7f27c05244d69a11545261eb3bbd73791b3d2 (patch) | |
| tree | 1b01f614e38d0437fd39303c133a2a0c3d41661b /docs | |
| parent | 6ed613b2a52f8719b92b94d815e9f997d262412c (diff) | |
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Thanks Simon Charette for review.
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`). |
