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
/
django
/
contrib
/
postgres
Age
Commit message (
Expand
)
Author
2020-03-09
Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.
Hasan Ramezani
2020-03-06
Refs #31304 -- Made __search lookup default to its rhs' config.
Simon Charette
2020-03-03
Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.
Hannes Ljungberg
2020-02-26
Simplified handling of weights in SearchRank.
Simon Charette
2020-02-26
Formalized SearchVector and SearchRank signatures.
Simon Charette
2020-02-26
Refs #31211 -- Prevented SearchConfig nesting in SearchVector and SearchQuery...
Simon Charette
2020-02-26
Refs #3254 -- Removed unnecessary truth check in SearchVectorExact.as_sql().
Simon Charette
2020-02-06
Fixed #28528 -- Allowed combining SearchVectors with different configs.
adamb70
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-03
Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.
Simon Charette
2020-01-31
Updated translations from Transifex.
Claude Paroz
2020-01-29
Fixed #31211 -- Added SearchConfig expression.
Hannes Ljungberg
2020-01-27
Improved SearchVectorCombinable and SearchQueryCombinable error messages.
Hannes Ljungberg
2019-12-31
Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used i...
David Wobrock
2019-12-16
Fixed #31088 -- Added support for websearch searching in SearchQuery.
James Turk
2019-12-05
Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...
Hasan Ramezani
2019-12-05
Refs #31039 -- Removed unnecessary registration of contained_by lookup for Bi...
Hasan Ramezani
2019-12-02
Updated contrib translations from Transifex.
Carlton Gibson
2019-11-21
Refs #11964 -- Removed SimpleCol in favor of Query(alias_cols).
Simon Charette
2019-11-14
Fixed #29916 -- Added lower_inc, lower_inf, upper_inc, and upper_inf lookups ...
Dulmandakh
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-10-28
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...
Pavel Dedik
2019-10-28
Refs #30907 -- Added SplitArrayField._remove_trailing_nulls() hook.
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-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-09-08
Updated translation catalogs
Claude Paroz
2019-08-23
Fixed #30715 -- Fixed crash of ArrayField lookups on ArrayAgg annotations ove...
Mariusz Felisiak
2019-08-23
Reduced code duplication in ArrayField's lookups.
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-08
Removed unnecessary StatAggregate.resolve_expression().
Jon Dufresne
2019-08-05
Moved indexes in ArrayField's Index and Slice transforms to SQL params.
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
Refs #29824 -- Added RangeOperators helper class.
Mads Jensen
2019-07-13
Simplified RangeContainedBy by making it subclass PostgresSimpleLookup.
Mariusz Felisiak
2019-07-12
Simplified DateTimeRangeContains by making it subclass PostgresSimpleLookup.
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-29
Updated translations from Transifex
Claude Paroz
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-04-23
Fixed #30385 -- Restored SearchVector(config) immutability.
Simon Charette
[prev]
[next]