summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-061-0/+6
* Moved SearchVectorIndexTests.test_search_vector_index to postgres_tests.test_...Mariusz Felisiak2023-04-062-21/+15
* Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...David Wobrock2023-03-241-2/+2
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-071-3/+3
* Refs #34381, Refs #10929 -- Fixed postgres_tests.test_aggregates.TestGeneralA...David Smith2023-03-051-1/+1
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-1/+39
* Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez2023-02-231-0/+11
* Fixed #34346 -- Ordered selected expressions by position.Simon Charette2023-02-201-2/+1
* Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ArrayFi...Nils VAN ZUIJLEN2023-02-071-0/+43
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-017-7/+0
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-219/+1
* Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak2023-01-171-65/+13
* Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette2023-01-091-3/+3
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-4/+4
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-152-8/+6
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-125-10/+15
* Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...James Gillard2022-12-101-0/+10
* Used homogeneous weights list in SearchRank tests.Florian Apolloner2022-12-061-1/+2
* Fixed typo in tests/postgres_tests/test_signals.py comment.Daniele Varrazzo2022-12-061-1/+1
* Fixed #29084 -- Skipped some postgres_tests.test_search tests when pg_catalog...Pablo2022-12-062-1/+20
* Improved isolation of TestGeneralAggregate.test_default_argument().Simon Charette2022-12-021-2/+2
* Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette2022-12-011-5/+61
* Refs #33308 -- Added get_type_oids() hook and simplified registering type han...Daniele Varrazzo2022-12-011-1/+2
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-0111-35/+12
* Refs #10929 -- Fixed aggregates crash when passing strings as defaults.Simon Charette2022-11-291-0/+1
* Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail2022-11-181-0/+15
* Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...Márton Salomváry2022-11-101-10/+33
* Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...Ion Alberdi2022-11-031-0/+18
* Refs #34080 -- Added tests for __exact lookup when non-nested arrays contain ...Ion Alberdi2022-11-031-0/+12
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-082-8/+8
* Removed hardcoded pks in TestQuerying.test_group_by_order_by_aliases test.Mariusz Felisiak2022-10-071-3/+3
* Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette2022-10-061-1/+27
* Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.Jack Linke2022-10-051-2/+2
* Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum2022-09-171-0/+9
* Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders2022-09-131-3/+1
* Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...James Beith2022-09-071-0/+25
* Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.David Wobrock2022-08-231-0/+37
* Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders2022-08-091-0/+35
* Refs #33905 -- Added test for CheckConstraint() validation with ArrayField an...David Sanders2022-08-091-0/+10
* Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().Mariusz Felisiak2022-08-061-0/+17
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-034-6/+17
* Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak2022-07-261-22/+11
* Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...Stéphane "Twidi" Angel2022-07-081-0/+22
* Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock2022-07-081-11/+22
* Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer2022-06-171-0/+48
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-194-69/+3
* Refs #32339 -- Deprecated default.html form template.David Smith2022-05-172-20/+16
* Fixed #33704 -- Updated postgres_tests migrations.Mariusz Felisiak2022-05-131-15/+29
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-26/+75
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-3/+1