summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/base.py
AgeCommit message (Expand)Author
2017-01-25[1.11.x] Bumped MySQLdb version requirement to 1.2.3.Tim Graham
2017-01-19[1.11.x] Fixed spelling mistakes in code and comments.james mike dupont
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
2014-11-19Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.Tim Graham
2014-11-10Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES tableThomas Chaumeny
2014-10-28Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz
2014-10-28Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and upClaude Paroz
2014-10-28Stopped stripping microseconds with MySQL backendClaude Paroz
2014-10-27Fixed typo in MySQL backend doctringClaude Paroz
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-09-27Fixed git blunder, refs #22738Shai Berger
2014-09-27Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger
2014-09-26Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz
2014-09-26Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-27Fixed #23357 -- Added small int introspection support to MySQL backend.Jon Dufresne
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-07-28Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin
2014-06-17Fixed #13711 -- Model check added to ensure that auto-generated column name i...Anubhav Joshi
2014-06-16Renamed DatabaseFeature.supports_check_constraints to supports_column_check_c...Tim Graham
2014-05-10Adjusted refactoring of vendor checks.Aymeric Augustin