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
2019-12-16
Fixed #31088 -- Added support for websearch searching in SearchQuery.
James Turk
2019-12-10
Fixed #31073 -- Prevented CheckboxInput.get_context() from mutating attrs.
Peter Andersen
2019-12-05
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...
Hasan Ramezani
2019-11-14
Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...
Dulmandakh
2019-11-11
Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.
Hannes Ljungberg
2019-11-08
Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFi...
Hasan Ramezani
2019-11-07
Fixed #30943 -- Added BloomIndex to django.contrib.postgres.
Nick Pope
2019-11-05
Fixed #30095 -- Fixed system check for RangeField/ArrayField.choices with lis...
Hasan Ramezani
2019-11-04
Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...
Jon Dufresne
2019-11-01
Refs #27808 -- Added test for saving nested ArrayField with nullable base field.
Hasan Ramezani
2019-10-28
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...
Pavel Dedik
2019-10-28
Refs #30907 -- Added more tests for SplitArrayField.has_changed().
Pavel Dedik
2019-10-17
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-10-11
Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is k...
Louise Grandjonc
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-09-17
Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data.
Nasir Hussain
2019-09-17
Refs #30758 -- Added more tests for postgres.forms.ranges.
Nasir Hussain
2019-09-16
Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreFi...
Simon Charette
2019-09-10
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
Mariusz Felisiak
2019-08-23
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...
Mariusz Felisiak
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-14
Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expres...
Mariusz Felisiak
2019-08-13
Fixed #30704 -- Fixed crash of JSONField nested key and index transforms on e...
Mariusz Felisiak
2019-08-05
Added tests for using ArrayField's IndexTransform/SliceTransform on expressio...
Mariusz Felisiak
2019-08-01
Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...
Mariusz Felisiak
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2019-07-16
Simplified tests for PostgreSQL constraints.
Mariusz Felisiak
2019-07-10
Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...
Mariusz Felisiak
2019-07-03
Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.
Chason Chaffin
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-05-28
Fixed #30315 -- Fixed crash of ArrayAgg and StringAgg with ordering when used...
Caio Ariede
2019-05-20
Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVec...
Thomasina Lee
2019-05-14
Ensured that our django checkout is in the pythonpath during tests.
Florian Apolloner
2019-04-23
Fixed #30385 -- Restored SearchVector(config) immutability.
Simon Charette
2019-04-18
Refs #28762 -- Added test for aggregating over a function with ArrayField par...
Tomer Chachamu
2019-04-18
Refs #28767 -- Added test for annotating Value() with empty list as an ArrayF...
Mariusz Felisiak
2019-04-18
Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...
can
2019-04-06
Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...
Simone Pellizzari
2019-04-06
Refs #26067 -- Added more tests for ordering in StringAgg.
Simone Pellizzari
2019-03-21
Used QuerySet.bulk_create() in a couple of postgres tests.
oliver
2019-03-18
Fixed #30258 -- Adjusted postgres schema value quoting of ranges.
Simon Charette
2019-03-01
Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...
Mariusz Felisiak
2019-03-01
Fixed #29408 -- Added validation of related fields and lookups in model Meta....
Hasan Ramezani
2019-02-09
Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().
Vinay Karanam
2019-02-05
Replaced manual current directory management with subprocess's cwd argument.
Jon Dufresne
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-01-23
Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.
Tim Graham
2019-01-22
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...
Nasir Hussain
2019-01-13
Removed unnecessary skipUnlessDBFeature.
Simon Charette
2019-01-11
Fixed #29738 -- Allowed serializing psycopg2 range types in migrations.
can
[prev]
[next]