summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
AgeCommit message (Collapse)Author
2017-05-15Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵Paolo Melchiorre
contrib.postgres.
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
Thanks Tim Graham for the review.
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
Thanks Tim Graham and Markus Holtermann for review.
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-12-08Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
Thanks to Christian von Roques for the report.
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-07Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen
Thanks Tim Graham for review.
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
Thanks Berker Peksag and Tim Graham for the reviews.
2016-08-16Clarified when activating the btree_gin extension is necessary.Akshesh
2016-08-12Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.Akshesh
2016-08-12Refs #27030 -- Added BtreeGinExtension operation.Akshesh
2016-08-12Removed some unnecessary repetition in PostgreSQL operations docs.Tim Graham
2016-07-14Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-06-02Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.Rustam Kashapov
2016-05-30Fixed #26684 -- Removed incorrect index example in ↵Christophe Pettus
docs/ref/contrib/postgres/search.txt.
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-04-22Fix typos in PGFTS docs.Marc Tamlyn
Thanks for Simon Willison for the spot.
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
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.
2016-04-03Fixed #26101 -- Allowed introspection of base_field.model in RangeFieldanna
Used the same test and fix as in #25867. This required initializing base_field in RangeField.__init__, not when setting the attribute.
2016-03-28Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila
2016-03-12Fixed #26345 -- Clarified which RangesFields always return a canonical form.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-08Refs #25995 -- Documented that JSONField doesn't handle sophisticated ↵Tim Graham
serialization.
2015-12-19Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.Tim Graham
2015-12-10Fixed incorrect examples in ArrayField docs.Dotan Agmon
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-01Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField.Tim Graham
2015-06-15Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn
Provide `contained_by` lookups for the equivalent single valued fields related to the range field types. This acts as the opposite direction to rangefield__contains. With thanks to schinckel for the idea and initial tests.
2015-05-31Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query.Tim Graham
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn
2015-05-30Add HasAnyKeys lookup for HStoreField.Marc Tamlyn
2015-05-23Fixed #24811 -- Added details on installing PostgreSQL extensions.Tim Graham
2015-04-24Documented INSTALLED_APPS requirement for HStoreField.Tim Graham
2015-04-16Fixed #24645 -- Documented use of HStoreExtension.Tim Graham
2015-03-30Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy