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
/
tests
/
postgres_tests
/
models.py
Age
Commit message (
Expand
)
Author
2019-12-05
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...
Hasan Ramezani
2019-11-01
Refs #27808 -- Added test for saving nested ArrayField with nullable base field.
Hasan Ramezani
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2019-07-10
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...
Mariusz Felisiak
2019-02-09
Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().
Vinay Karanam
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2017-10-20
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...
Flávio Juvenal
2017-09-27
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Tim Graham
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-05-04
Fixed #28161 -- Fixed return type of ArrayField(CITextField()).
Simon Charette
2017-05-03
Added a test for ArrayField(HStoreField()).
Simon Charette
2017-04-25
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...
Paolo Melchiorre
2017-02-11
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
Mads Jensen
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-21
Fixed #26610 -- Added CITextField to contrib.postgres.
Mads Jensen
2016-09-12
Used a database feature to prevent the jsonb test model from being migrated.
Simon Charette
2016-08-25
Fixed #25995 -- Added an encoder option to JSONField
Claude Paroz
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