Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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.

Change History (3)

comment:1 by Curtis Maloney, 9 years ago

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}

comment:2 by Markus Holtermann <info@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 9f73009e:

Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStoreField

Correct test which was using the model field in a test form.

comment:3 by Markus Holtermann <info@…>, 9 years ago

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

Note: See TracTickets for help on using tickets.
Back to Top