Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -7/+8 |
| | |||||
* | Refs #27857 -- Replaced json.loads() ValueError exception catching with ↵ | Tim Graham | 2017-09-25 | 1 | -1/+1 |
| | | | | JSONDecodeError. | ||||
* | Converted usage of ugettext* functions to their gettext* aliases | Claude Paroz | 2017-02-07 | 1 | -1/+1 |
| | | | | Thanks Tim Graham for the review. | ||||
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz | 2017-01-18 | 1 | -2/+1 |
| | | | | Thanks Tim Graham and Simon Charette for the reviews. | ||||
* | Fixed #27582 -- Allowed HStoreField to store null values. | David Hoffman | 2016-12-15 | 1 | -1/+3 |
| | |||||
* | Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of ↵ | Brad Melin | 2016-06-02 | 1 | -1/+11 |
| | | | | crashing on non-dict JSON input. | ||||
* | Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values. | Tim Graham | 2015-08-07 | 1 | -7/+8 |
| | | | | Thanks Simon Charette for review. | ||||
* | Fixed #25215 -- Solved reference to forms.HStoreField in declaration of ↵ | Curtis Maloney | 2015-08-04 | 1 | -1/+1 |
| | | | | | | HStoreField Correct test which was using the model field in a test form. | ||||
* | Fixed #24844 -- Corrected has_changed implementation for HStoreField. | Andrea Grandi | 2015-05-24 | 1 | -0/+10 |
| | |||||
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -1/+0 |
| | |||||
* | Added HStoreField. | Marc Tamlyn | 2014-11-04 | 1 | -0/+37 |
Thanks to `django-hstore` for inspiration in some areas, and many people for reviews. |