summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
AgeCommit message (Expand)Author
2015-05-31[1.8.x] Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query.Tim Graham
2015-05-23[1.8.x] Fixed #24811 -- Added details on installing PostgreSQL extensions.Tim Graham
2015-04-24[1.8.x] Documented INSTALLED_APPS requirement for HStoreField.Tim Graham
2015-04-16[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.Tim Graham
2015-02-17[1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for co...Tim Graham
2015-02-05[1.8.x] Improved nested ArrayField exampleTom Christie
2015-01-23[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An
2015-01-11Fixed spelling errors in docs.Tim Graham
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2014-12-04Added versionadded annotation for contrib.postgres.Tim Graham
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny
2014-11-17Fix malformed note directives.Carl Meyer
2014-11-04Fix minor typo in documentation.Marc Tamlyn
2014-11-04Added HStoreField.Marc Tamlyn
2014-05-27Fixed spelling in docs.Tim Graham
2014-05-26Fix an error in a documented lookup example.Marc Tamlyn
2014-05-22Added omitted documentation for ArrayField__len.Marc Tamlyn
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn