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
/
base.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.
Mariusz Felisiak
2023-01-05
1
-2
/
+2
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
1
-0
/
+4
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-3
/
+3
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-106
/
+142
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
1
-2
/
+1
*
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
1
-2
/
+2
*
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-09-22
1
-2
/
+2
*
Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...
Nick Pope
2021-05-12
1
-2
/
+2
*
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-03-30
1
-1
/
+8
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-1
/
+0
*
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
2020-11-19
1
-9
/
+9
*
Combined MySQL backend server info queries.
Adam Johnson
2020-06-22
1
-7
/
+27
*
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
1
-1
/
+7
*
Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.
Mariusz Felisiak
2020-05-08
1
-2
/
+2
*
Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.
Mariusz Felisiak
2020-03-03
1
-0
/
+7
*
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2020-02-06
1
-2
/
+4
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-4
/
+4
*
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-11-19
1
-0
/
+2
*
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-29
1
-3
/
+2
*
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
Mariusz Felisiak
2019-09-05
1
-0
/
+1
*
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
Nasir Hussain
2019-08-22
1
-2
/
+2
*
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
Adam Johnson
2019-08-16
1
-3
/
+5
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-0
/
+1
*
Refs #29548 -- Fixed DatabaseWrapper.display_name on MariaDB.
Mariusz Felisiak
2019-07-23
1
-1
/
+4
*
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-07-19
1
-0
/
+10
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
1
-0
/
+3
*
Refs #29548 -- Updated docs for MariaDB support.
Mariusz Felisiak
2019-05-27
1
-1
/
+0
*
Bumped mysqlclient requirement to >= 1.3.13.
Tim Graham
2018-12-06
1
-2
/
+2
*
Fixed #29544 -- Fixed regex lookup on MariaDB.
Michal Čihař
2018-07-05
1
-4
/
+12
*
Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Tom
2018-06-20
1
-2
/
+0
*
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-17
1
-1
/
+1
*
Removed uneeded comment in DatabaseWrapper.check_constraints() on SQLite/MySQ...
Mariusz Felisiak
2018-01-31
1
-7
/
+0
*
Bumped minimum supported mysqlclient version to 1.3.7.
Sergey Fedoseev
2017-12-29
1
-2
/
+2
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-4
/
+4
*
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-28
1
-28
/
+29
*
Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on Ma...
Tim Graham
2017-11-20
1
-10
/
+3
*
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-11-14
1
-2
/
+6
*
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError ...
Tim Graham
2017-09-29
1
-1
/
+4
*
Fixed #28552 -- Dropped support for MySQL 5.5.
Tim Graham
2017-09-25
1
-10
/
+3
*
Removed unused enter/exit methods of MySQL's CursorWrapper.
Tim Graham
2017-07-17
1
-8
/
+0
*
Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.
Sergey Fedoseev
2017-07-14
1
-4
/
+1
*
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
1
-0
/
+8
*
Refs #27859 -- Added DatabaseWrapper.display_name.
Mariusz Felisiak
2017-05-23
1
-0
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-8
/
+9
*
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-02-01
1
-1
/
+1
*
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-25
1
-17
/
+6
*
Refs #23919 -- Removed a MySQLdb workaround (refs #6052) for Python 2.
Tim Graham
2017-01-24
1
-8
/
+2
*
Removed MySQL decimal casting.
Tim Graham
2017-01-23
1
-2
/
+0
*
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-22
1
-8
/
+6
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-1
/
+0
[next]