| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | 2023-02-01 | 2 | -2/+0 |
| | | | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | ||||
| * | Fixed #33872 -- Deprecated ↵ | Mariusz Felisiak | 2022-08-03 | 1 | -0/+1 |
| | | | | | django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. | ||||
| * | Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle ↵ | Mariusz Felisiak | 2022-07-26 | 1 | -22/+11 |
| | | | | | | | the deprecation of migration operations." This reverts commit 41019e48bbf082c985e6ba3bad34d118b903bff1. | ||||
| * | Refs #27236 -- Added generic mechanism to handle the deprecation of ↵ | David Wobrock | 2022-07-08 | 1 | -11/+22 |
| | | | | | migration operations. | ||||
| * | Fixed #33704 -- Updated postgres_tests migrations. | Mariusz Felisiak | 2022-05-13 | 1 | -15/+29 |
| | | |||||
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 2 | -155/+402 |
| | | |||||
| * | Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ↵ | Guilherme Martins Crocetti | 2021-11-04 | 1 | -0/+1 |
| | | | | | range fields. | ||||
| * | Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+. | Nick Pope | 2021-10-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed #33114 -- Defined default output_field of StringAgg. | ali | 2021-09-27 | 1 | -0/+1 |
| | | | | | Thanks Simon Charette for the review. | ||||
| * | Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on ↵ | Nikita Marchant | 2021-09-17 | 1 | -1/+1 |
| | | | | | PostgreSQL. | ||||
| * | Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse. | Mariusz Felisiak | 2020-12-03 | 1 | -0/+1 |
| | | | | | | Tests should not rely on auto PKs. Test regression in 33403bf80f635577a18426bc99c8a65e31fd8dfa. | ||||
| * | Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ↵ | Mariusz Felisiak | 2020-10-14 | 1 | -0/+1 |
| | | | | | | | in expressions. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd. | ||||
| * | Refs #32096 -- Added test for ArrayAgg over JSONField key transforms. | Mariusz Felisiak | 2020-10-14 | 1 | -2/+9 |
| | | |||||
| * | Refs #27996 -- Fixed postgres_tests crash if not running with PostgreSQL. | Mariusz Felisiak | 2020-07-31 | 1 | -1/+4 |
| | | |||||
| * | Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+. | Nick Pope | 2020-07-28 | 1 | -3/+6 |
| | | | | | | https://www.postgresql.org/docs/13/functions-uuid.html https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5 | ||||
| * | Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2. | Mariusz Felisiak | 2020-05-14 | 1 | -6/+2 |
| | | |||||
| * | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | 2020-05-08 | 1 | -15/+2 |
| | | | | | | | | | | | | 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> | ||||
| * | Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search ↵ | Baptiste Mispelon | 2020-03-16 | 1 | -0/+11 |
| | | | | | lookup. | ||||
| * | Refs #30943 -- Fixed postgres_tests on PostgreSQL 9.5. | Mariusz Felisiak | 2020-01-31 | 1 | -2/+6 |
| | | | | Bloom extension is available on PostgreSQL 9.6+. | ||||
| * | Fixed #31039 -- Added support for contained_by lookup with AutoFields, ↵ | Hasan Ramezani | 2019-12-05 | 1 | -0/+16 |
| | | | | | SmallIntegerField, and DecimalField. | ||||
| * | Fixed #30943 -- Added BloomIndex to django.contrib.postgres. | Nick Pope | 2019-11-07 | 1 | -1/+3 |
| | | |||||
| * | Refs #27808 -- Added test for saving nested ArrayField with nullable base field. | Hasan Ramezani | 2019-11-01 | 1 | -0/+4 |
| | | |||||
| * | Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. | Mads Jensen | 2019-07-16 | 1 | -0/+21 |
| | | | | | | | Thanks to Nick Pope and Mariusz Felisiak for review. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
| * | Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ↵ | Mariusz Felisiak | 2019-07-10 | 1 | -0/+2 |
| | | | | | | | | | when the right hand side is the same type. Thanks Tilman Koschnick for the report and initial patch. Thanks Carlton Gibson the review. Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355. | ||||
| * | Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value(). | Vinay Karanam | 2019-02-09 | 1 | -2/+13 |
| | | |||||
| * | Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. | Stefano Chiodino | 2018-10-02 | 1 | -2/+2 |
| | | |||||
| * | Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models. | Tom Forbes | 2018-09-18 | 1 | -3/+3 |
| | | |||||
| * | Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields. | vinay karanam | 2018-07-27 | 1 | -0/+3 |
| | | |||||
| * | Fixed #29227 -- Allowed BooleanField to be null=True. | Tim Graham | 2018-03-20 | 1 | -1/+1 |
| | | | | | Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review. | ||||
| * | Fixed #28626 -- Dropped support for PostgreSQL 9.3. | Tim Graham | 2017-09-27 | 1 | -1/+1 |
| | | | | | Thanks Simon Charette for the introspection changes. | ||||
| * | Fixed #28126 -- Added GistIndex to contrib.postgres. | Mads Jensen | 2017-09-04 | 1 | -2/+5 |
| | | | | | Thanks to Marc Tamlyn for the initial patch. | ||||
| * | Fixed #28161 -- Fixed return type of ArrayField(CITextField()). | Simon Charette | 2017-05-04 | 1 | -0/+1 |
| | | | | | Thanks Tim for the review. | ||||
| * | Added a test for ArrayField(HStoreField()). | Simon Charette | 2017-05-03 | 1 | -0/+1 |
| | | |||||
| * | Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵ | Paolo Melchiorre | 2017-04-25 | 2 | -2/+11 |
| | | | | | contrib.postgres. | ||||
| * | Alphabetized CITextExtension in test migration. | Paolo Melchiorre | 2017-04-25 | 1 | -2/+2 |
| | | |||||
| * | Refs #26610 -- Added CIText mixin and CIChar/Email/TextField. | Mads Jensen | 2017-02-11 | 1 | -5/+7 |
| | | |||||
| * | Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. | Tim Graham | 2017-01-20 | 1 | -1/+2 |
| | | |||||
| * | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 2 | -6/+0 |
| | | |||||
| * | Fixed #26610 -- Added CITextField to contrib.postgres. | Mads Jensen | 2016-09-21 | 2 | -5/+17 |
| | | |||||
| * | Used a database feature to prevent the jsonb test model from being migrated. | Simon Charette | 2016-09-12 | 1 | -13/+1 |
| | | | | | Thanks Tim for the review. | ||||
| * | Fixed #25995 -- Added an encoder option to JSONField | Claude Paroz | 2016-08-25 | 1 | -0/+2 |
| | | | | | Thanks Berker Peksag and Tim Graham for the reviews. | ||||
| * | Refs #27030 -- Added BtreeGinExtension operation. | Akshesh | 2016-08-12 | 1 | -1/+4 |
| | | |||||
| * | Fixed flake8 2.6 warnings. | Tim Graham | 2016-06-16 | 1 | -1/+5 |
| | | |||||
| * | Fixed #24938 -- Added PostgreSQL trigram support. | Matthew Somerville | 2016-05-13 | 1 | -1/+3 |
| | | |||||
| * | Fixed #26542 -- Fixed quoting in CreateExtension operation. | Conrad Kramer | 2016-04-27 | 1 | -4/+5 |
| | | |||||
| * | Refs #3254 -- Added full text search to contrib.postgres. | Marc Tamlyn | 2016-04-22 | 1 | -0/+34 |
| | | | | | | | | | | | Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter. | ||||
| * | Fixed #25143 -- Added ArrayField.from_db_value(). | Fernando Miranda | 2016-03-12 | 1 | -0/+2 |
| | | | | | Thanks Karan Lyons for contributing to the patch. | ||||
| * | Refs #25979 -- Dropped compatiblity for running tests on PostgreSQL < 9.2. | Tim Graham | 2016-02-12 | 1 | -5/+0 |
| | | |||||
| * | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | 2015-07-27 | 1 | -2/+10 |
| | | | | | ForeignKey/OneToOneField | ||||
| * | Fixed #24894 -- Added contrib.postgres.functions.TransactionNow | Adam Chainz | 2015-06-15 | 1 | -0/+7 |
| | | |||||
