summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
AgeCommit message (Expand)Author
2020-02-03[3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette
2020-01-17[3.0.x] Refs #31097 -- Added django.db.models.Q import to contrib.postgres ag...Mariusz Felisiak
2020-01-14[3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...David Wobrock
2019-12-11[3.0.x] Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating a...Peter Andersen
2019-11-11[3.0.x] Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.Hannes Ljungberg
2019-10-11[3.0.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand s...Louise Grandjonc
2019-09-17[3.0.x] Fixed #30758 -- Made RangeFields use multiple hidden inputs for initi...Nasir Hussain
2019-09-16[3.0.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/...Simon Charette
2019-08-23Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...Mariusz Felisiak
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen
2019-08-14Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...Mariusz Felisiak
2019-08-13Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...Mariusz Felisiak
2019-08-05Added tests for using ArrayField's IndexTransform/SliceTransform on expressio...Mariusz Felisiak
2019-08-01Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-16Simplified tests for PostgreSQL constraints.Mariusz Felisiak
2019-07-10Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak
2019-07-03Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.Chason Chaffin
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-05-28Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used...Caio Ariede
2019-05-20Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVec...Thomasina Lee
2019-05-14Ensured that our django checkout is in the pythonpath during tests.Florian Apolloner
2019-04-23Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-18Refs #28762 -- Added test for aggregating over a function with ArrayField par...Tomer Chachamu
2019-04-18Refs #28767 -- Added test for annotating Value() with empty list as an ArrayF...Mariusz Felisiak
2019-04-18Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...can
2019-04-06Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari
2019-04-06Refs #26067 -- Added more tests for ordering in StringAgg.Simone Pellizzari
2019-03-21Used QuerySet.bulk_create() in a couple of postgres tests.oliver
2019-03-18Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette
2019-03-01Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...Mariusz Felisiak
2019-03-01Fixed #29408 -- Added validation of related fields and lookups in model Meta....Hasan Ramezani
2019-02-09Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam
2019-02-05Replaced manual current directory management with subprocess's cwd argument.Jon Dufresne
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
2019-01-23Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.Tim Graham
2019-01-22Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...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