mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStoreField
Correct test which was using the model field in a test form.
This commit is contained in:
parent
770449e24b
commit
9f73009e98
3 changed files with 15 additions and 3 deletions
|
@ -21,3 +21,6 @@ Bugfixes
|
|||
|
||||
* Prevented an exception in ``TestCase.setUpTestData()`` from leaking the
|
||||
transaction (:ticket:`25176`).
|
||||
|
||||
* Fixed ``has_changed()`` method in
|
||||
:class:`django.contrib.postgres.forms.HStoreField`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue