summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/validation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-26/+33
* Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit2020-03-201-3/+7
* Refs #29548 -- Mentioned MariaDB in database system checks.Mariusz Felisiak2020-03-191-7/+16
* Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.Mariusz Felisiak2020-03-031-5/+1
* Refs #29548 -- Fixed DatabaseWrapper.display_name on MariaDB.Mariusz Felisiak2019-07-231-2/+2
* Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak2017-05-231-0/+15
* Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type().Mariusz Felisiak2017-05-141-21/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #25415 -- Made MySQL backend skip field validation of unsupported models.Adam Chainz2016-12-291-17/+25
* Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...Markus Gerards2016-09-071-1/+1
* Fixed #26351 -- Added MySQL check to warn about strict mode optionClaude Paroz2016-04-081-0/+23
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-3/+2
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-121-2/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-0/+4
* Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."Marc Tamlyn2014-05-191-2/+1
* Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f.Florian Apolloner2014-05-181-1/+2
* Edited MySQL-specific check messages for grammar and consistency.Russell Keith-Magee2014-03-031-3/+2
* Corrected problem with MySQL checks handler and related fields.Russell Keith-Magee2014-01-211-16/+14
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-8/+25
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-0/+1
* Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin2013-05-081-1/+2
* Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.Ramiro Morales2012-04-211-23/+6
* Fixed #15782 -- Prevented MySQL backend to crash on runserver when db server ...Claude Paroz2012-04-021-3/+9
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-3/+1
* Fixed a typo in r9650.Malcolm Tredinnick2008-12-171-1/+1
* Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick2008-12-161-6/+21
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-0/+13