summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/fields.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-79/+91
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-18/+54
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-4/+0
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-20/+21
* Updated various links to HTTPS and new locations.Mariusz Felisiak2022-12-061-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
* 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 #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-2/+2
* 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
* 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
* 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
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak2021-01-141-53/+0
* Removed versionadded/changed annotations for 3.1.Mariusz Felisiak2021-01-141-16/+0
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-211-0/+10
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Thomas2020-08-071-3/+5
* Fixed #31577 -- Clarified docs about bounds of RangeFields.xncbf2020-05-181-4/+7
* Removed versionadded/changed annotations for 3.0.Mariusz Felisiak2020-05-131-4/+0
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-89/+6
* Added missing backticks in various docs.Mariusz Felisiak2020-03-061-1/+1
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani2019-12-051-2/+14
* Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...Dulmandakh2019-11-141-0/+56
* Refs #29598 -- Removed FloatRangeField per deprecation timeline.Mariusz Felisiak2019-09-101-13/+0
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-2/+0
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-4/+3
* Fixed broken links and redirects in documentation.François Freitag2019-08-211-1/+1
* Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen2019-07-161-0/+23
* Refs #29824 -- Added RangeOperators helper class.Mads Jensen2019-07-161-0/+28
* Fixed heading level typo in docs/ref/contrib/postgres/fields.txt.Mariusz Felisiak2019-07-161-1/+1
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-291-2/+2
* Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup2019-01-311-0/+5
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-6/+0
* Used auto-numbered lists in documentation.François Freitag2018-11-151-2/+2
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino2018-10-021-0/+16
* Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani2018-05-071-2/+2
* Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo2018-04-041-1/+18
* Fixed #28423 -- Expanded docs for indexing contrib.postgres fields.Mads Jensen2017-10-091-8/+12
* Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt.Michael Käufl2017-09-291-8/+7
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-2/+0
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-8/+0
* Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz2017-08-261-1/+1
* Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham2017-06-091-1/+1
* Updated various links in docs to avoid redirectsClaude Paroz2017-05-221-1/+1
* Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak2017-03-211-1/+1