#25215 closed Bug (fixed)
Attribute error in HStore form field
Reported by: | Markus Holtermann | Owned by: | FunkyBob |
---|---|---|---|
Component: | contrib.postgres | Version: | 1.8 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The HStore form field uses form.HStoreField
in has_changed()
instead of HStoreField
.
Note:
See TracTickets
for help on using tickets.
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}