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
Age
Commit message (
Expand
)
Author
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
2018-11-30
Fixed #29997 -- Allowed combining SearchQuerys with different configs.
Jaap Roes
2018-11-29
Used assertCountEqual() in contrib.postgres.search tests.
Tim Graham
2018-11-27
Adjusted code style of a few test data setup methods.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-19
Fixed cached_properties that share a common property.
Sergey Fedoseev
2018-11-12
Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.
Simon Charette
2018-11-01
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_s...
Jayantha Gumballi
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-09
Fixed postgres_tests.test_signals.OIDTests when run in isolation.
Jon Dufresne
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-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-08-15
Fixed #29644 -- Made SearchQuery.__str__() reflect negation and grouping.
Tom Forbes
2018-08-02
Refs #27869 -- Added PostgreSQL version check for GinIndex support.
Nick Pope
2018-08-02
Refs #25809, #28990 -- Added PostgreSQL version check for BrinIndex support.
Nick Pope
2018-08-02
Fixed #29614 -- Added BTreeIndex to django.contrib.postres.
Nick Pope
2018-08-02
Fixed #28990 -- Added autosummarize parameter to BrinIndex.
Nick Pope
2018-08-02
Fixed #28887 -- Added SpGistIndex to django.contrib.postgres.
Nick Pope
2018-08-02
Fixed #26974 -- Added HashIndex to django.contrib.postgres.
Nick Pope
2018-08-02
Simplified tests for PostgreSQL indexes.
Nick Pope
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-07-21
Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields.
Simon Charette
2018-06-28
Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg.
Floris den Hengst
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
[next]