Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/mysql/base.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-0/+2
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-171-10/+10
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-171-14/+0
* Unified local imports in django.db.backends.mysql.я котик пур-пур2015-02-091-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-9/+9
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-276/+21
* Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton2015-01-121-1/+1
* Removed supports_binary_field flag as all backends suppor...Claude Paroz2015-01-111-2/+0
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-6/+7
* Moved DatabaseCreation.data_types properties to DatabaseW...Tim Graham2014-12-311-0/+39
* Removed db.backends methods which only call super().Tim Graham2014-12-301-3/+0
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-0/+7
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-3/+6
* Fixed #16731 -- Made pattern lookups work properly with F...Thomas Chaumeny2014-11-281-0/+18
* Added AutoField introspection for MySQLClaude Paroz2014-11-201-0/+1
* Fixed #23871 -- Removed promotion of MySQL warnings to er...Tim Graham2014-11-191-4/+0
* Simplified MySQL storage engine detection using INFORMATI...Thomas Chaumeny2014-11-101-8/+2
* Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz2014-10-281-1/+3
* Fixed #19716 -- Added support for microseconds with MySQL...Claude Paroz2014-10-281-2/+5
* Stopped stripping microseconds with MySQL backendClaude Paroz2014-10-281-9/+2
* Fixed typo in MySQL backend doctringClaude Paroz2014-10-271-1/+1
* Fixed #23446 -- Officially recommended mysqlclient as MyS...Claude Paroz2014-10-271-1/+2
* Fixed git blunder, refs #22738Shai Berger2014-09-271-1/+1
* Fixed #22738 -- made finer distinctions for when Boolean ...Shai Berger2014-09-271-1/+3
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-261-1/+1
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+1
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+8
* Limited lines to 119 characters in django/Tim Graham2014-09-051-9/+12
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-031-0/+11
* Fixed #23357 -- Added small int introspection support to ...Jon Dufresne2014-08-271-0/+1
* Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham2014-08-021-16/+0
* Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin2014-07-281-0/+1
* Fixed #13711 -- Model check added to ensure that auto-gen...Anubhav Joshi2014-06-171-1/+0
* Renamed DatabaseFeature.supports_check_constraints to sup...Tim Graham2014-06-171-1/+1
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-1/+1
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-0/+2
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-0/+2
* Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin2014-04-101-1/+2
* Fixed #21553 -- Ensured unusable database connections get...Aymeric Augustin2014-04-091-1/+1
* Fixed #12030 -- Validate integer field range at the model...Simon Charette2014-03-251-0/+6
* Fixed #21844: Move quote_parameter off of Operations and ...Andrew Godwin2014-02-091-5/+0
* Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_prima...Vajrasky Kok2014-02-061-1/+1
* Make mysql's CursorWrapper a contextmanager.Michael Manfre2014-02-021-1/+9
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-19/+18
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-3/+5
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* Fixed #17027 -- Added support for the power operator in F...Florian Hahn2013-10-221-0/+8
* Fixed "redefinition of unused 'foo' from line X" pyflakes...Tim Graham2013-10-101-1/+0
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-1/+8