index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
mysql
/
features.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-0
/
+7
*
Fixed #34523 -- Fixed TransactionManagementError in QuerySet.update_or_create...
Mariusz Felisiak
2023-05-03
1
-3
/
+0
*
Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...
4the4ryushin
2023-05-01
1
-0
/
+1
*
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...
hb6h057
2023-03-18
1
-0
/
+1
*
Refs #31445 -- Added test for nesting QuerySet.union().
Mariusz Felisiak
2023-02-21
1
-0
/
+10
*
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-17
1
-0
/
+10
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-0
/
+2
*
Removed redundant definition of DatabaseFeatures.can_release_savepoints on My...
Mariusz Felisiak
2022-12-05
1
-1
/
+0
*
Fixed #31331 -- Switched MySQL to group by selected primary keys.
Simon Charette
2022-11-07
1
-13
/
+1
*
Fixed DatabaseFeatures.supports_select_(intersection/difference) on MariaDB a...
Mariusz Felisiak
2022-10-25
1
-2
/
+9
*
Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.
Lily Foote
2022-10-03
1
-1
/
+1
*
Fixed collation tests on MySQL 8.0.30+.
Mariusz Felisiak
2022-07-27
1
-4
/
+7
*
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-08
1
-53
/
+3
*
Refs #33713 -- Removed unnecessary skip for MariaDB 10.3.
Mariusz Felisiak
2022-06-27
1
-7
/
+3
*
Fixed #33796 -- Fixed ordered combined queryset crash when used in subquery o...
Mariusz Felisiak
2022-06-27
1
-0
/
+19
*
Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations.
David Wobrock
2022-06-17
1
-0
/
+1
*
Refs #28897 -- Added test for QuerySet.update() on querysets ordered by inlin...
David Wobrock
2022-06-17
1
-0
/
+5
*
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-06-01
1
-0
/
+7
*
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
2022-05-18
1
-8
/
+4
*
Refs #33379 -- Fixed minimum supported version of MariaDB.
Mariusz Felisiak
2022-05-17
1
-1
/
+1
*
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-12
1
-0
/
+6
*
Fixed DatabaseFeatures.uses_savepoints/can_release_savepoints and related tes...
Mariusz Felisiak
2022-04-18
1
-0
/
+3
*
Fixed DatabaseFeatures.supports_index_column_ordering and related tests with ...
Mariusz Felisiak
2022-04-13
1
-0
/
+2
*
Fixed DatabaseFeatures.supports_expression_indexes on MySQL with MyISAM.
Mariusz Felisiak
2022-04-12
1
-0
/
+1
*
Refs #30581 -- Fixed DatabaseFeatures.bare_select_suffix on MySQL < 8 and Mar...
Gagaro
2022-03-22
1
-0
/
+11
*
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-03-04
1
-0
/
+1
*
Fixed #33508 -- Fixed DatabaseFeatures.supports_index_column_ordering on Mari...
Alokik Vijay
2022-02-26
1
-4
/
+3
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
1
-0
/
+7
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-12
/
+24
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-80
/
+122
*
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-19
1
-0
/
+1
*
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...
Chinmoy
2021-10-28
1
-1
/
+0
*
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-09-22
1
-4
/
+4
*
Refs #10929 -- Allowed NowUTC SQL customization for third-party backends.
Tim Graham
2021-08-24
1
-0
/
+2
*
Fixed #10929 -- Added default argument to aggregates.
Nick Pope
2021-07-19
1
-0
/
+11
*
Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.
Mariusz Felisiak
2021-07-08
1
-1
/
+3
*
Fixed inspectdb and schema tests on MariaDB 10.6+.
Mariusz Felisiak
2021-07-07
1
-5
/
+12
*
Refs #25287 -- Added support for multiplying and dividing DurationField by sc...
Tobias Bengfort
2021-04-20
1
-0
/
+4
*
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-13
1
-0
/
+15
*
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
2021-01-11
1
-1
/
+7
*
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-10
1
-0
/
+46
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-0
/
+1
*
Refs #21181 -- Corrected DatabaseFeatures.test_collations for Swedish collation.
Tom Carrick
2020-09-18
1
-1
/
+1
*
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-08-11
1
-0
/
+4
*
Fixed #17653 -- Allowed using zero as AutoFields value on MySQL if NO_AUTO_VA...
Mariusz Felisiak
2020-07-20
1
-1
/
+8
*
Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+.
Simon Charette
2020-07-13
1
-0
/
+4
*
Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin.
Sergey Fedoseev
2020-07-02
1
-1
/
+0
*
Combined MySQL backend server info queries.
Adam Johnson
2020-06-22
1
-17
/
+4
*
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-04
1
-1
/
+0
*
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
2020-06-04
1
-5
/
+10
[next]