summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
AgeCommit message (Expand)Author
2023-04-06[4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
2023-04-06[4.2.x] Moved SearchVectorIndexTests.test_search_vector_index to postgres_tes...Mariusz Felisiak
2023-02-20[4.2.x] Fixed #34346 -- Ordered selected expressions by position.Simon Charette
2023-02-07[4.2.x] Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with...Nils VAN ZUIJLEN
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-09Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-12-12Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner
2022-12-10Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...James Gillard
2022-12-06Used homogeneous weights list in SearchRank tests.Florian Apolloner
2022-12-06Fixed typo in tests/postgres_tests/test_signals.py comment.Daniele Varrazzo
2022-12-06Fixed #29084 -- Skipped some postgres_tests.test_search tests when pg_catalog...Pablo
2022-12-02Improved isolation of TestGeneralAggregate.test_default_argument().Simon Charette
2022-12-01Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette
2022-12-01Refs #33308 -- Added get_type_oids() hook and simplified registering type han...Daniele Varrazzo
2022-12-01Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner
2022-11-29Refs #10929 -- Fixed aggregates crash when passing strings as defaults.Simon Charette
2022-11-18Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail
2022-11-10Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...Márton Salomváry
2022-11-03Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...Ion Alberdi
2022-11-03Refs #34080 -- Added tests for __exact lookup when non-nested arrays contain ...Ion Alberdi
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-10-07Removed hardcoded pks in TestQuerying.test_group_by_order_by_aliases test.Mariusz Felisiak
2022-10-06Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette
2022-10-05Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.Jack Linke
2022-09-17Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum
2022-09-13Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-09-07Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...James Beith
2022-08-23Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.David Wobrock
2022-08-09Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders
2022-08-09Refs #33905 -- Added test for CheckConstraint() validation with ArrayField an...David Sanders
2022-08-06Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().Mariusz Felisiak
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-08Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...Stéphane "Twidi" Angel
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-05-19Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-05-13Fixed #33704 -- Updated postgres_tests migrations.Mariusz Felisiak
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-04-26Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.L
2022-04-15Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.Alexandru Mărășteanu
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-24Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.Anders Kaseorg
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak