summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
AgeCommit message (Expand)Author
2024-05-14Fixed #35275 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak
2024-05-10Fixed #35436 -- Fixed displaying Unicode chars in forms.HStoreField.SaJH
2024-04-25Fixed #35339 -- Fixed PostgreSQL aggregate's filter and order_by params order.Chris Muthig
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-29Fixed #35234 -- Added system checks for invalid model field names in Exclusio...Simon Charette
2024-02-09Fixed #35175 -- Made migraton writer preserve keyword-only arguments.David Sanders
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2024-01-02Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex.Nick Pope
2023-12-30Fixed #29049 -- Added slicing notation to F expressions.Nick Pope
2023-12-12Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.Simon Charette
2023-09-25Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when...David Sanders
2023-09-20Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.Mariusz Felisiak
2023-09-18Refs #33308 -- Removed support for passing encoded JSON string literals to JS...Mariusz Felisiak
2023-09-18Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...Mariusz Felisiak
2023-06-18Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthVa...şuayip üzülmez
2023-04-06Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
2023-04-06Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_...Mariusz Felisiak
2023-03-24Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...David Wobrock
2023-03-07Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen
2023-03-05Refs #34381, Refs #10929 -- Fixed postgres_tests.test_aggregates.TestGeneralA...David Smith
2023-02-23Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez
2023-02-23Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez
2023-02-20Fixed #34346 -- Ordered selected expressions by position.Simon Charette
2023-02-07Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-17Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak
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