Tim Graham
|
a7b7f27c05
|
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Thanks Simon Charette for review.
|
2015-08-07 13:26:17 -04:00 |
Curtis Maloney
|
9f73009e98
|
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStoreField
Correct test which was using the model field in a test form.
|
2015-08-04 19:15:22 +10:00 |
Andrea Grandi
|
43b2d88a5b
|
Fixed #24844 -- Corrected has_changed implementation for HStoreField.
|
2015-05-24 17:32:16 +02:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Marc Tamlyn
|
36f514f065
|
Added HStoreField.
Thanks to `django-hstore` for inspiration in some areas, and many people
for reviews.
|
2014-11-04 09:26:40 +00:00 |