index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
postgres
Age
Commit message (
Expand
)
Author
2017-01-02
[1.9.x] Corrected unrendered versionadded annotation.
Tim Graham
2016-03-28
[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
Francisco Capdevila
2016-03-12
[1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonica...
Tim Graham
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2016-01-22
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-08
[1.9.x] Refs #25995 -- Documented that JSONField doesn't handle sophisticated...
Tim Graham
2015-12-19
[1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.
Tim Graham
2015-12-10
[1.9.x] Fixed incorrect examples in ArrayField docs.
Dotan Agmon
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-08-01
Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField.
Tim Graham
2015-06-15
Fixed #24894 -- Added contrib.postgres.functions.TransactionNow
Adam Chainz
2015-06-04
Fixed #24837 -- field__contained_by=Range
Marc Tamlyn
2015-05-31
Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query.
Tim Graham
2015-05-30
Fixed #24604 -- Added JSONField to contrib.postgres.
Marc Tamlyn
2015-05-30
Add HasAnyKeys lookup for HStoreField.
Marc Tamlyn
2015-05-23
Fixed #24811 -- Added details on installing PostgreSQL extensions.
Tim Graham
2015-04-24
Documented INSTALLED_APPS requirement for HStoreField.
Tim Graham
2015-04-16
Fixed #24645 -- Documented use of HStoreExtension.
Tim Graham
2015-03-30
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy
2015-02-16
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...
Tim Graham
2015-02-05
Improved nested ArrayField example
Tom Christie
2015-01-23
Fixed typo in docs/ref/contrib/postgres/forms.txt.
Tim Graham
2015-01-22
Fixed #24170 -- Implemented decompress for BaseRangeField widgets
Ng Zhi An
2015-01-11
Fixed spelling errors in docs.
Tim Graham
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn
2014-12-04
Added versionadded annotation for contrib.postgres.
Tim Graham
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-17
Fix malformed note directives.
Carl Meyer
2014-11-04
Fix minor typo in documentation.
Marc Tamlyn
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-05-27
Fixed spelling in docs.
Tim Graham
2014-05-26
Fix an error in a documented lookup example.
Marc Tamlyn
2014-05-22
Added omitted documentation for ArrayField__len.
Marc Tamlyn
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn