mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Thanks Simon Charette for review.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user