summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/base.py
AgeCommit message (Expand)Author
2017-11-20[2.0.x] Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation...Tim Graham
2017-11-14[2.0.x] Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.Sergey Fedoseev
2017-09-29[2.0.x] Fixed #27979 -- Made MySQL raise IntegrityError rather than Operation...Tim Graham
2017-07-17Removed unused enter/exit methods of MySQL's CursorWrapper.Tim Graham
2017-07-14Removed unused branch in __getattr__() of Oracle and MySQL cursor wrappers.Sergey Fedoseev
2017-05-23Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak
2017-05-23Refs #27859 -- Added DatabaseWrapper.display_name.Mariusz Felisiak
2017-02-28Refs #27656 -- Updated django.db docstring verbs according to PEP 257.Anton Samarchyan
2017-02-01Fixed #27683 -- Made MySQL default to the read committed isolation level.Tim Graham
2017-01-25Refs #23919 -- Removed obsolete MySQLdb references.Tim Graham
2017-01-24Refs #23919 -- Removed a MySQLdb workaround (refs #6052) for Python 2.Tim Graham
2017-01-23Removed MySQL decimal casting.Tim Graham
2017-01-22Refs #23919 -- Replaced six.reraise by raiseClaude Paroz
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Fixed spelling mistakes in code and comments.james mike dupont
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham
2017-01-17Refs #19738 -- Removed timezone conversion in SQL queries executed outside of...Tim Graham
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-16Moved unneeded ImproperlyConfigured inner imports.Tim Graham
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-26Removed DatabaseError and IntegrityError declarations from database backends.Adam Chainz
2016-09-08Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek
2016-07-15Fixed #26868 -- Changed MySQL version detection to use a query.Marc-Aurèle Brothier
2016-07-01Added package names to 'Error loading MySQLdb module' error.Adam Dobrawy
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-15Fixed #24675 -- Skipped SQL_AUTO_IS_NULL query on MySQL if not needed.Stewart Park
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime adapters.Aymeric Augustin
2015-05-17Removed global timezone-aware datetime converters.Aymeric Augustin
2015-02-09Unified local imports in django.db.backends.mysql.я котик пур-пур
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-30Removed db.backends methods which only call super().Tim Graham
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-11-28Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny
2014-11-20Added AutoField introspection for MySQLClaude Paroz