index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
postgres_tests
/
models.py
Age
Commit message (
Expand
)
Author
2016-09-22
[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, F...
Tim Graham
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-03-15
Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.
Matt C
2016-03-12
Fixed #25143 -- Added ArrayField.from_db_value().
Fernando Miranda
2016-02-12
Refs #25979 -- Dropped compatiblity for running tests on PostgreSQL < 9.2.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
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-30
Fixed #24604 -- Added JSONField to contrib.postgres.
Marc Tamlyn
2015-04-18
Stopped special-casing postgres-specific tests
Claude Paroz
2015-03-30
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn
2014-12-21
Fixed #24034 -- Don't always overwrite deconstruct path.
Jernej Kos
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn