summaryrefslogtreecommitdiff
path: root/django/db/backends/base/features.py
AgeCommit message (Expand)Author
2025-02-11[5.2.x] Refs #36148 -- Relied on a feature switch to define tuple lookups sup...Simon Charette
2024-12-18Added DatabaseFeatures.rounds_to_even.Tim Graham
2023-11-02Refs #31300 -- Allowed testing GeneratedField without collation.Tim Graham
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-04Fixed #34760 -- Dropped support for SQLite < 3.27.Mariusz Felisiak
2023-07-19Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.Simon Charette
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-01Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...4the4ryushin
2023-01-09Fixed #34176 -- Fixed grouping by ambiguous aliases.Simon Charette
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-11-07Refs #17144 -- Removed support for grouping by primary key.Simon Charette
2022-10-06Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.Simon Charette
2022-10-05Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...Simon Charette
2022-09-13Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-06-01Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-04-11Removed DatabaseFeatures.validates_explain_options.Mariusz Felisiak
2022-03-04Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard
2022-02-18Fixed #33379 -- Added minimum database version checks.Hasan Ramezani
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-19Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().sean_c_hsu
2021-11-02Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...Hasan Ramezani
2021-10-28Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...Chinmoy
2021-08-24Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.Tim Graham
2021-06-30Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.Hannes Ljungberg
2021-01-14Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...Hannes Ljungberg
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2020-12-11Refs #32178 -- Changed BaseDatabaseFeatures.django_test_expected_failures to ...Hasan Ramezani
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-12-02Fixed #32179 -- Added JSONObject database function.Artur Beltsov
2020-10-22Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.Tim Graham
2020-10-20Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.Tim Graham
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-09-18Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.Tom Carrick
2020-08-11Fixed #21181 -- Added Collate database function.Tom Carrick
2020-07-30Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_require...Tim Graham
2020-07-28Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...Mariusz Felisiak
2020-07-20Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...Mariusz Felisiak
2020-07-02Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin.Sergey Fedoseev
2020-06-04Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg
2020-06-04Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...Tim Graham
2020-06-04Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.Tim Graham
2020-06-04Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani
2020-05-21Fixed #30375 -- Added FOR NO KEY UPDATE support to QuerySet.select_for_update...Manuel Weitzman
2020-05-18Refs #12990 -- Added DatabaseFeatures.has_json_operators.Tim Graham
2020-05-14Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists...Mariusz Felisiak
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage