Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Claude Paroz
|
7b2f2e74ad
|
Refs #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
|
2017-01-18 20:18:46 +01:00 |
David Hoffman
|
bf84d042e0
|
Fixed #27582 -- Allowed HStoreField to store null values.
|
2016-12-15 10:35:44 -05:00 |
Brad Melin
|
f6517a5335
|
Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
|
2016-06-02 16:28:01 -04:00 |
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 |