Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | 2023-03-01 | 1 | -79/+91 |
| | |||||
* | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | 2023-02-10 | 1 | -18/+54 |
| | | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | ||||
* | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak | 2023-01-17 | 1 | -4/+0 |
| | |||||
* | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | 2022-12-15 | 1 | -20/+21 |
| | | | | | | | Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Updated various links to HTTPS and new locations. | Mariusz Felisiak | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Fixed #26056 -- Added QuerySet.values()/values_list() support for ↵ | Ben Cail | 2022-11-18 | 1 | -1/+9 |
| | | | | | | ArrayField's __overlap lookup. Thanks Mads Jensen and kosz85 and the initial patch. | ||||
* | Reverted "Fixed #30711 -- Doc'd ↵ | Mariusz Felisiak | 2022-08-31 | 1 | -16/+7 |
| | | | | | | django.contrib.postgres.fields.hstore.KeyTransform()." This reverts commit 7faf25d682b8e8f4fd2006eb7dfc71ed2a2193b7. The same can be achieved with F() so there is no need to expose an extra API. | ||||
* | Fixed #33872 -- Deprecated ↵ | Mariusz Felisiak | 2022-08-03 | 1 | -0/+22 |
| | | | | django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. | ||||
* | 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 #33717 -- Dropped support for PostgreSQL 11. | Mariusz Felisiak | 2022-05-19 | 1 | -2/+2 |
| | |||||
* | Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ↵ | Guilherme Martins Crocetti | 2021-11-04 | 1 | -5/+27 |
| | | | | range fields. | ||||
* | Refs #27694 -- Doc'd lookups that can be chained with HStoreField key ↵ | Sarah Abderemane | 2021-10-04 | 1 | -0/+7 |
| | | | | transforms. | ||||
* | 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 |
| | | | | | | This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English. | ||||
* | Corrected introduction to range field lookups docs. | Adam Johnson | 2021-04-28 | 1 | -2/+1 |
| | | | Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44. | ||||
* | Fixed typo in docs/ref/contrib/postgres/fields.txt. | Mariusz Felisiak | 2021-03-04 | 1 | -1/+1 |
| | |||||
* | Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per ↵ | Mariusz Felisiak | 2021-01-14 | 1 | -53/+0 |
| | | | | deprecation timeline. | ||||
* | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | 2021-01-14 | 1 | -16/+0 |
| | |||||
* | Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL. | Tom Carrick | 2020-10-21 | 1 | -0/+10 |
| | |||||
* | Fixed typo in docs/ref/contrib/postgres/fields.txt. | Thomas | 2020-08-07 | 1 | -3/+5 |
| | |||||
* | Fixed #31577 -- Clarified docs about bounds of RangeFields. | xncbf | 2020-05-18 | 1 | -4/+7 |
| | |||||
* | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | 2020-05-13 | 1 | -4/+0 |
| | |||||
* | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | 2020-05-08 | 1 | -89/+6 |
| | | | | | | | | | | | Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Added missing backticks in various docs. | Mariusz Felisiak | 2020-03-06 | 1 | -1/+1 |
| | |||||
* | Fixed #31039 -- Added support for contained_by lookup with AutoFields, ↵ | Hasan Ramezani | 2019-12-05 | 1 | -2/+14 |
| | | | | SmallIntegerField, and DecimalField. | ||||
* | Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ↵ | Dulmandakh | 2019-11-14 | 1 | -0/+56 |
| | | | | | | for RangeFields. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Refs #29598 -- Removed FloatRangeField per deprecation timeline. | Mariusz Felisiak | 2019-09-10 | 1 | -13/+0 |
| | |||||
* | Removed versionadded/changed annotations for 2.2. | Mariusz Felisiak | 2019-09-10 | 1 | -2/+0 |
| | |||||
* | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | 2019-09-06 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | ||||
* | Fixed broken links and redirects in documentation. | François Freitag | 2019-08-21 | 1 | -1/+1 |
| | | | | Removed reference to custom builds, feature removed in https://github.com/openlayers/openlayers/commit/8e6b3bba994f5908e51c492ac314240863178789. | ||||
* | Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. | Mads Jensen | 2019-07-16 | 1 | -0/+23 |
| | | | | | | Thanks to Nick Pope and Mariusz Felisiak for review. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Refs #29824 -- Added RangeOperators helper class. | Mads Jensen | 2019-07-16 | 1 | -0/+28 |
| | |||||
* | Fixed heading level typo in docs/ref/contrib/postgres/fields.txt. | Mariusz Felisiak | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary /static from links to PostgreSQL docs. | Nick Pope | 2019-03-29 | 1 | -2/+2 |
| | |||||
* | Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText). | Robert Coup | 2019-01-31 | 1 | -0/+5 |
| | |||||
* | Removed versionadded/changed annotations for 2.1. | Tim Graham | 2019-01-17 | 1 | -6/+0 |
| | |||||
* | Used auto-numbered lists in documentation. | François Freitag | 2018-11-15 | 1 | -2/+2 |
| | |||||
* | Capitalized "Python" in docs and comments. | Jon Dufresne | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. | Stefano Chiodino | 2018-10-02 | 1 | -0/+16 |
| | |||||
* | Alphabetized imports in docs/ref/contrib/postgres/fields.txt. | Hasan Ramezani | 2018-05-07 | 1 | -2/+2 |
| | |||||
* | Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ↵ | Dmitry Dygalo | 2018-04-04 | 1 | -1/+18 |
| | | | | null value. | ||||
* | Fixed #28423 -- Expanded docs for indexing contrib.postgres fields. | Mads Jensen | 2017-10-09 | 1 | -8/+12 |
| | |||||
* | Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt. | Michael Käufl | 2017-09-29 | 1 | -8/+7 |
| | |||||
* | Fixed #28626 -- Dropped support for PostgreSQL 9.3. | Tim Graham | 2017-09-27 | 1 | -2/+0 |
| | | | | Thanks Simon Charette for the introspection changes. | ||||
* | Removed versionadded/changed annotations for 1.11. | Tim Graham | 2017-09-22 | 1 | -8/+0 |
| | |||||
* | Fixed #28532 -- Fixed typo in PostgreSQL field docs | Claude Paroz | 2017-08-26 | 1 | -1/+1 |
| | | | | Thanks Andreas Poisel for the report. | ||||
* | Fixed typo in docs/ref/contrib/postgres/fields.txt. | Tim Graham | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Updated various links in docs to avoid redirects | Claude Paroz | 2017-05-22 | 1 | -1/+1 |
| | | | | Thanks Tim Graham and Mariusz Felisiak for review and completion. | ||||
* | Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. | Mariusz Felisiak | 2017-03-21 | 1 | -1/+1 |
| | | | Thanks Tim Graham for the review. |