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
Age
Commit message (
Expand
)
Author
2018-04-22
Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.
Hasan Ramezani
2018-04-10
Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.
Alasdair Nicol
2018-04-07
Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.
Vinay Karanam
2018-04-07
Added tests for ArrayField.has_changed().
Vinay Karanam
2018-04-04
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...
Dmitry Dygalo
2018-04-03
Refs #28577 -- Added check for HStoreField to prevent mutable default.
Tim Graham
2018-03-21
Refs #29147 --- Added JSONField serialization tests.
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-18
Refs #23668 -- Removed passing default argument of current TZ to make_aware()...
Jon Dufresne
2017-12-30
Fixed #28908 -- Allowed ArrayField lookups on ArrayAgg annotations.
Sergey Fedoseev
2017-11-29
Fixed #28702 -- Made query lookups for CIText fields use citext.
Mads Jensen
2017-11-15
Fixed test failures due to ordering differences on PostgreSQL 10.
Tim Graham
2017-11-11
Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...
shanghui
2017-11-07
Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.
Imran Iqbal
2017-11-01
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
Michał Pasternak
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-09-19
Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation.
Tim Graham
2017-09-18
Added test skipping for a PostgreSQL JSONField test.
Tim Graham
2017-09-15
Fixed #28334 -- Added caching for hstore/citext OIDs.
Igor Gumenyuk
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL RangeField
Claude Paroz
2017-09-09
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Claude Paroz
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-04
Fixed #28126 -- Added GistIndex to contrib.postgres.
Mads Jensen
2017-08-26
Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're None.
Mads Jensen
2017-08-26
Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's N...
Mads Jensen
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-20
Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.
Mads Jensen
2017-06-17
Refs #25809 -- Removed BrinIndex.__repr__().
Tim Graham
2017-06-13
Fixed #27161 -- Fixed form validation when an ArrayField's base_field has cho...
Romulo Furtado
2017-05-15
Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.
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-29
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Tim Graham
2017-04-25
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...
Paolo Melchiorre
2017-04-25
Alphabetized CITextExtension in test migration.
Paolo Melchiorre
2017-04-07
Fixed #28038 -- Restored casting to text of builtin lookups on PostgreSQL.
Simon Charette
2017-03-18
Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
Mads Jensen
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-11
Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.
Mads Jensen
2017-02-07
Fixed #26903 -- Fixed __contains lookup for Date/DateTimeRangeField.
Mariusz Felisiak
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
[next]