summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
AgeCommit message (Expand)Author
2019-07-10[2.2.x] Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRan...Mariusz Felisiak
2019-05-28[2.2.x] Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering w...Caio Ariede
2019-05-20[2.2.x] Fixed #30488 -- Removed redundant Coalesce call in SQL generated by S...Thomasina Lee
2019-04-23[2.2.x] Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-18[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over...can
2019-04-06[2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in...Simone Pellizzari
2019-03-21[2.2.x] Used QuerySet.bulk_create() in a couple of postgres tests.oliver
2019-03-18[2.2.x] Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette
2019-01-23[2.2.x] Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.Tim Graham
2019-01-22[2.2.x] Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.p...Nasir Hussain
2019-01-13Removed unnecessary skipUnlessDBFeature.Simon Charette
2019-01-11Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.can
2018-11-30Fixed #29997 -- Allowed combining SearchQuerys with different configs.Jaap Roes
2018-11-29Used assertCountEqual() in contrib.postgres.search tests.Tim Graham
2018-11-27Adjusted code style of a few test data setup methods.Simon Charette
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-19Fixed cached_properties that share a common property.Sergey Fedoseev
2018-11-12Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.Simon Charette
2018-11-01Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...Jayantha Gumballi
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-09Fixed postgres_tests.test_signals.OIDTests when run in isolation.Jon Dufresne
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-09-17Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.Claude Paroz
2018-08-15Fixed #29644 -- Made SearchQuery.__str__() reflect negation and grouping.Tom Forbes
2018-08-02Refs #27869 -- Added PostgreSQL version check for GinIndex support.Nick Pope
2018-08-02Refs #25809, #28990 -- Added PostgreSQL version check for BrinIndex support.Nick Pope
2018-08-02Fixed #29614 -- Added BTreeIndex to django.contrib.postres.Nick Pope
2018-08-02Fixed #28990 -- Added autosummarize parameter to BrinIndex.Nick Pope
2018-08-02Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.Nick Pope
2018-08-02Fixed #26974 -- Added HashIndex to django.contrib.postgres.Nick Pope
2018-08-02Simplified tests for PostgreSQL indexes.Nick Pope
2018-07-27Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.vinay karanam
2018-07-21Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.Simon Charette
2018-06-28Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.Floris den Hengst
2018-04-22Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.Hasan Ramezani
2018-04-10Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.Alasdair Nicol
2018-04-07Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.Vinay Karanam
2018-04-07Added tests for ArrayField.has_changed().Vinay Karanam
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-04-03Refs #28577 -- Added check for HStoreField to prevent mutable default.Tim Graham
2018-03-21Refs #29147 --- Added JSONField serialization tests.Tim Graham
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-18Refs #23668 -- Removed passing default argument of current TZ to make_aware()...Jon Dufresne
2017-12-30Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.Sergey Fedoseev
2017-11-29Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-15Fixed test failures due to ordering differences on PostgreSQL 10.Tim Graham