summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
Commit message (Expand)AuthorAgeFilesLines
* Corrected example in CreateCollation() docs.Adam Johnson2023-03-121-1/+2
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-019-195/+228
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-1/+11
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-107-46/+145
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-27/+1
* Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak2023-01-171-15/+12
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-174-30/+0
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-152-24/+25
* Updated various links to HTTPS and new locations.Mariusz Felisiak2022-12-061-1/+1
* Fixed #34199 -- Added example to StringAgg docs.sdolemelipone2022-12-051-0/+26
* Fixed typo in docs/ref/contrib/postgres/aggregates.txt.sdolemelipone2022-12-051-1/+1
* Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail2022-11-181-1/+9
* Reverted "Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTran...Mariusz Felisiak2022-08-311-16/+7
* Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega2022-08-301-2/+2
* Improved example of index on SearchVector in full text search docs.Ilia Peterov2022-08-291-1/+4
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+22
* Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField.Claude Paroz2022-07-231-1/+3
* Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransform().Alokik Vijay2022-07-131-0/+16
* Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.Ian Wootten2022-06-241-3/+3
* Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer2022-06-172-3/+50
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-193-8/+4
* Removed versionadded/changed annotations for 4.0.Carlton Gibson2022-05-175-14/+0
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-1/+18
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-5/+0
* Doc'd BaseConstraint.Gagaro2022-03-161-1/+1
* Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger2022-01-281-2/+8
* Avoided counting attributes and methods in docs.Mariusz Felisiak2021-12-281-5/+3
* Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg2021-12-271-12/+16
* Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg2021-12-242-6/+37
* Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti2021-11-041-5/+27
* Refs #27694 -- Doc'd lookups that can be chained with HStoreField key transfo...Sarah Abderemane2021-10-041-0/+7
* Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope2021-10-011-1/+7
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-011-0/+4
* Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres.Nick Pope2021-10-011-0/+10
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-204-51/+0
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant2021-09-172-5/+72
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-171-2/+2
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-1/+1
* Fixed #32906 -- Added docs and tests for using key and index lookups on JSONB...abhiabhi942021-07-261-1/+25
* Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope2021-07-191-0/+21
* Fixed #10929 -- Added default argument to aggregates.Nick Pope2021-07-191-38/+44
* Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg2021-07-062-0/+38
* Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...Sanskar Jaiswal2021-06-081-0/+36
* Corrected introduction to range field lookups docs.Adam Johnson2021-04-281-2/+1
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak2021-03-041-1/+1
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-4/+18
* Refs #26167 -- Corrected OpClass() example in docs.Hannes Ljungberg2021-01-251-1/+4
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-191-2/+0
* Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...Mariusz Felisiak2021-01-141-19/+0
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak2021-01-141-53/+0