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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
2
-5
/
+31
*
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-10
1
-2
/
+0
*
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 #34320 -- Stopped recreating check constraints when renaming fields.
Mariusz Felisiak
2023-03-02
1
-0
/
+13
*
Refs #31445 -- Added test for nesting QuerySet.union().
Mariusz Felisiak
2023-02-21
1
-0
/
+10
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...
sage
2023-01-31
1
-1
/
+4
*
Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...
Mariusz Felisiak
2023-01-17
1
-0
/
+10
*
Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.
Mariusz Felisiak
2023-01-05
1
-2
/
+2
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
3
-7
/
+33
*
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-22
1
-4
/
+7
*
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-12-08
1
-1
/
+2
*
Removed redundant definition of DatabaseFeatures.can_release_savepoints on My...
Mariusz Felisiak
2022-12-05
1
-1
/
+0
*
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
1
-5
/
+9
*
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 #31335 -- Fixed removing composed composed Meta constraints/indexes on ...
Sergey Fursov
2022-09-13
1
-7
/
+48
*
Refs #31335 -- Added SchemaEditor._create_missing_fk_index() on MySQL.
Sergey Fursov
2022-09-12
1
-6
/
+17
*
Refs #28333 -- Added partial support for filtering against window functions.
Simon Charette
2022-08-15
1
-4
/
+7
*
Fixed collation tests on MySQL 8.0.30+.
Mariusz Felisiak
2022-07-27
1
-4
/
+7
*
Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Mariusz Felisiak
2022-07-09
1
-7
/
+7
*
Fixed #33718 -- Dropped support for MySQL 5.7.
Mariusz Felisiak
2022-07-08
2
-59
/
+5
*
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-06
1
-59
/
+58
*
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 #33715 -- Allowed keyboard interrupt to abort queries in MySQL dbshell.
Hasan Ramezani
2022-05-20
1
-0
/
+12
*
Fixed #33713 -- Dropped support for MariaDB 10.3.
Mariusz Felisiak
2022-05-18
2
-11
/
+8
*
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
2
-0
/
+7
*
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
2
-0
/
+11
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
5
-20
/
+39
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
9
-496
/
+685
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
3
-14
/
+29
*
Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create().
sean_c_hsu
2022-01-19
2
-2
/
+30
*
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-12-02
1
-1
/
+1
*
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-12
1
-5
/
+3
*
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
2
-18
/
+9
*
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-11-10
1
-1
/
+1
[next]