summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_hstore.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-156/+159
* Refs #27694 -- Added more tests for chaining lookups with HStoreField key tra...Sarah Abderemane2021-10-041-3/+55
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-1/+8
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+2
* Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...sage2019-10-171-1/+1
* Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...Simon Charette2019-09-161-1/+7
* Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...Mariusz Felisiak2019-08-141-0/+9
* Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak2019-08-011-1/+14
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-8/+9
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-14/+9
* Refs #28577 -- Added check for HStoreField to prevent mutable default.Tim Graham2018-04-031-3/+31
* Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes2018-02-101-0/+12
* Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham2017-09-071-2/+3
* Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen2017-06-281-3/+2
* Added a test for ArrayField(HStoreField()).Simon Charette2017-05-031-3/+26
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-3/+3
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman2016-12-151-1/+10
* Fixed #25454 -- Ensured register_hstore_handler is called for all connectionsClaude Paroz2016-07-211-7/+11
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashin...Brad Melin2016-06-021-0/+7
* Fixed #26215 -- Fixed RangeField/ArrayField serialization with None valuesClaude Paroz2016-02-161-1/+8
* Fixed #26120 -- Made HStoreField cast keys and values to strings.Greg Chapple2016-01-291-0/+17
* Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.Ian Foote2015-12-171-0/+8
* Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.Tim Graham2015-08-071-0/+6
* Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...Curtis Maloney2015-08-041-2/+11
* Added missing tests for transforms usage with subquery for PostgreSQL fieldsAndriy Sokolovskiy2015-06-061-0/+6
* Name PostgreSQL correctly.Marc Tamlyn2015-05-301-7/+7
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-301-0/+6
* Fixed forms import.Florian Apolloner2015-05-241-1/+2
* Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi2015-05-241-0/+6
* Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham2015-05-131-0/+11
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-10/+14
* Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.Tim Graham2015-02-171-5/+0
* Added HStoreField.Marc Tamlyn2014-11-041-0/+218