Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/postgres
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-062-40/+40
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-2/+0
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-1/+1
* Fixed #24690 -- Added a warning about mutable defaults fo...Tim Graham2015-08-011-0/+12
* Fixed #24894 -- Added contrib.postgres.functions.Transact...Adam Chainz2015-06-152-0/+32
* Fixed #24837 -- field__contained_by=RangeMarc Tamlyn2015-06-041-2/+22
* Refs #24811 -- Fixed syntax error in CREATE EXTENSION exa...Tim Graham2015-05-311-1/+1
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-312-0/+120
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-301-0/+17
* Fixed #24811 -- Added details on installing PostgreSQL ex...Tim Graham2015-05-231-0/+18
* Documented INSTALLED_APPS requirement for HStoreField.Tim Graham2015-04-241-5/+9
* Fixed #24645 -- Documented use of HStoreExtension.Tim Graham2015-04-161-0/+6
* Fixed #24301 -- Added PostgreSQL-specific aggregate funct...Andriy Sokolovskiy2015-03-302-0/+213
* Fixed #24335 -- Bumped required psycopg2 version to 2.4.5...Tim Graham2015-02-171-0/+5
* Improved nested ArrayField exampleTom Christie2015-02-051-3/+5
* Fixed typo in docs/ref/contrib/postgres/forms.txt.Tim Graham2015-01-231-1/+1
* Fixed #24170 -- Implemented decompress for BaseRangeField...Ng Zhi An2015-01-221-1/+25
* Fixed spelling errors in docs.Tim Graham2015-01-111-1/+1
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-103-0/+321
* Added versionadded annotation for contrib.postgres.Tim Graham2014-12-041-0/+2
* Fixed #23423 -- Added unaccent lookup in django.contrib.p...Thomas Chaumeny2014-11-293-0/+45
* Fix malformed note directives.Carl Meyer2014-11-181-0/+1
* Fix minor typo in documentation.Marc Tamlyn2014-11-041-1/+1
* Added HStoreField.Marc Tamlyn2014-11-045-2/+233
* Fixed spelling in docs.Tim Graham2014-05-282-4/+4
* Fix an error in a documented lookup example.Marc Tamlyn2014-05-261-1/+1
* Added omitted documentation for ArrayField__len.Marc Tamlyn2014-05-221-0/+14
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-223-0/+391