#25215 closed Bug (fixed)
Attribute error in HStore form field
Description ¶
The HStore form field uses form.HStoreField
in has_changed()
instead of HStoreField
.
Note:
See TracTickets
for help on using tickets.
The HStore form field uses form.HStoreField
in has_changed()
instead of HStoreField
.
Resolution: | → fixed |
---|---|
Status: | new → closed |
In 473af192:
[1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStoreField
Correct test which was using the model field in a test form.
Backport of 9f73009e98c51986a50cc45844b8bca72673e955 from master
© 2005-2025 Django SoftwareFoundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.
PR with fix is here : https://github.com/django/django/pull/5097
This should certainly be back ported to 1.8 {PR is against master}