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
/
db
/
backends
/
base
/
features.py
Age
Commit message (
Expand
)
Author
2020-07-30
[3.1.x] Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching...
Tim Graham
2020-07-28
[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...
Mariusz Felisiak
2020-05-18
[3.1.x] Refs #12990 -- Added DatabaseFeatures.has_json_operators.
Tim Graham
2020-05-14
[3.1.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...
Mariusz Felisiak
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-03-18
Fixed #31376 -- Optimized nulls ordering when possible on SQLite and MySQL.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-20
Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED togeth...
Tim Graham
2019-11-04
Refs #13312 -- Simplified handling of nulls ordering on MySQL.
Nick Pope
2019-09-24
Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...
Mariusz Felisiak
2019-09-09
Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...
Vojtech Bocek
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-08-13
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-19
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-03-17
Refs #30172 -- Prevented removing a field's check or unique constraint from r...
Paveł Tyślacki
2019-02-09
Refs #26608 -- Added a database feature for fixed frame range distance support.
Simon Charette
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-09
Refs #23748 -- Added AutoField introspection for SQLite.
Nick Pope
2019-01-03
Fixed typo in django/db/backends/base/features.py.
Mariusz Felisiak
2018-12-26
Refs #29547 -- Skipped an unsupported partial index test on older versions of...
Tim Graham
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-21
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-01
Fixed #29767 -- Made date-related casts work on SQLite
Claude Paroz
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-07-30
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-03
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-02-07
Renamed the allow_sliced_subqueries database feature to allow_sliced_subqueri...
Mariusz Felisiak
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-25
Removed DatabaseFeatures.supports_microsecond_precision.
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-18
Changed default value of DatabaseFeatures.has_bulk_insert to True.
Mads Jensen
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
[next]