index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
Age
Commit message (
Expand
)
Author
2022-12-02
Improved isolation of TestGeneralAggregate.test_default_argument().
Simon Charette
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-12-01
Refs #33308 -- Added get_type_oids() hook and simplified registering type han...
Daniele Varrazzo
2022-12-01
Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...
Florian Apolloner
2022-11-29
Refs #10929 -- Fixed aggregates crash when passing strings as defaults.
Simon Charette
2022-11-18
Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...
Ben Cail
2022-11-10
Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...
Márton Salomváry
2022-11-03
Fixed #34080 -- Fixed __exact lookup when nested arrays contain only NULL val...
Ion Alberdi
2022-11-03
Refs #34080 -- Added tests for __exact lookup when non-nested arrays contain ...
Ion Alberdi
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-07
Removed hardcoded pks in TestQuerying.test_group_by_order_by_aliases test.
Mariusz Felisiak
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-05
Fixed #34071 -- Improved error message for Range(Min/Max)ValueValidator.
Jack Linke
2022-09-17
Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...
Alexander Kerkum
2022-09-13
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-07
Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...
James Beith
2022-08-23
Fixed #33927 -- Fixed crash when displaying ArrayField with choices in admin.
David Wobrock
2022-08-09
Fixed #33905 -- Fixed CheckConstraint() validation on range fields.
David Sanders
2022-08-09
Refs #33905 -- Added test for CheckConstraint() validation with ArrayField an...
David Sanders
2022-08-06
Fixed #33898 -- Fixed Window() expression crash with ArrayAgg().
Mariusz Felisiak
2022-08-03
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-08
Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...
Stéphane "Twidi" Angel
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-06-17
Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...
Matt Brewer
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-17
Refs #32339 -- Deprecated default.html form template.
David Smith
2022-05-13
Fixed #33704 -- Updated postgres_tests migrations.
Mariusz Felisiak
2022-05-10
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-26
Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.
L
2022-04-15
Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.
Alexandru Mărășteanu
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-24
Fixed #33539 -- Fixed spaces in WITH SQL for indexes on PostgreSQL.
Anders Kaseorg
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-12-27
Refs #33342 -- Deprecated ExclusionConstraint.opclasses.
Hannes Ljungberg
2021-12-24
Fixed #33342 -- Added support for using OpClass() in exclusion constraints.
Hannes Ljungberg
2021-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-11-05
Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.
David Smith
2021-11-04
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2021-11-04
Refs #29738 -- Added test for serializing psycopg2's NumericRange with Decima...
Guilherme Martins Crocetti
2021-10-04
Refs #27694 -- Added more tests for chaining lookups with HStoreField key tra...
Sarah Abderemane
2021-10-01
Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...
Nick Pope
2021-10-01
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-10-01
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
Nick Pope
2021-10-01
Fixed typo in exception message for GiST indexes and exclusion constraints.
Nick Pope
[prev]
[next]