index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
postgres
Commit message (
Expand
)
Author
Age
Files
Lines
*
Corrected example in CreateCollation() docs.
Adam Johnson
2023-03-12
1
-1
/
+2
*
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-03-01
9
-195
/
+228
*
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-23
1
-1
/
+11
*
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-10
7
-46
/
+145
*
Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-27
/
+1
*
Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.
Mariusz Felisiak
2023-01-17
1
-15
/
+12
*
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2023-01-17
4
-30
/
+0
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
2
-24
/
+25
*
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2022-12-06
1
-1
/
+1
*
Fixed #34199 -- Added example to StringAgg docs.
sdolemelipone
2022-12-05
1
-0
/
+26
*
Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
sdolemelipone
2022-12-05
1
-1
/
+1
*
Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...
Ben Cail
2022-11-18
1
-1
/
+9
*
Reverted "Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTran...
Mariusz Felisiak
2022-08-31
1
-16
/
+7
*
Refs #30947 -- Changed tuples to lists where appropriate.
Alex Morega
2022-08-30
1
-2
/
+2
*
Improved example of index on SearchVector in full text search docs.
Ilia Peterov
2022-08-29
1
-1
/
+4
*
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...
Mariusz Felisiak
2022-08-03
1
-0
/
+22
*
Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField.
Claude Paroz
2022-07-23
1
-1
/
+3
*
Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransform().
Alokik Vijay
2022-07-13
1
-0
/
+16
*
Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.
Ian Wootten
2022-06-24
1
-3
/
+3
*
Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...
Matt Brewer
2022-06-17
2
-3
/
+50
*
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-19
3
-8
/
+4
*
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-17
5
-14
/
+0
*
Fixed #30581 -- Added support for Meta.constraints validation.
Gagaro
2022-05-10
1
-1
/
+18
*
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-05-04
1
-5
/
+0
*
Doc'd BaseConstraint.
Gagaro
2022-03-16
1
-1
/
+1
*
Fixed #33459 -- Clarified index type in full text search docs.
Thomas Aglassinger
2022-01-28
1
-2
/
+8
*
Avoided counting attributes and methods in docs.
Mariusz Felisiak
2021-12-28
1
-5
/
+3
*
Refs #33342 -- Deprecated ExclusionConstraint.opclasses.
Hannes Ljungberg
2021-12-27
1
-12
/
+16
*
Fixed #33342 -- Added support for using OpClass() in exclusion constraints.
Hannes Ljungberg
2021-12-24
2
-6
/
+37
*
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2021-11-04
1
-5
/
+27
*
Refs #27694 -- Doc'd lookups that can be chained with HStoreField key transfo...
Sarah Abderemane
2021-10-04
1
-0
/
+7
*
Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...
Nick Pope
2021-10-01
1
-1
/
+7
*
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-10-01
1
-0
/
+4
*
Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.
Nick Pope
2021-10-01
1
-0
/
+10
*
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
4
-51
/
+0
*
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...
Nikita Marchant
2021-09-17
2
-5
/
+72
*
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-08-17
1
-2
/
+2
*
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-27
1
-1
/
+1
*
Fixed #32906 -- Added docs and tests for using key and index lookups on JSONB...
abhiabhi94
2021-07-26
1
-1
/
+25
*
Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.
Nick Pope
2021-07-19
1
-0
/
+21
*
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-19
1
-38
/
+44
*
Fixed #32776 -- Added support for Array subqueries on PostgreSQL.
Hannes Ljungberg
2021-07-06
2
-0
/
+38
*
Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...
Sanskar Jaiswal
2021-06-08
1
-0
/
+36
*
Corrected introduction to range field lookups docs.
Adam Johnson
2021-04-28
1
-2
/
+1
*
Fixed typo in docs/ref/contrib/postgres/fields.txt.
Mariusz Felisiak
2021-03-04
1
-1
/
+1
*
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
1
-4
/
+18
*
Refs #26167 -- Corrected OpClass() example in docs.
Hannes Ljungberg
2021-01-25
1
-1
/
+4
*
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-19
1
-2
/
+0
*
Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...
Mariusz Felisiak
2021-01-14
1
-19
/
+0
*
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...
Mariusz Felisiak
2021-01-14
1
-53
/
+0
[next]