index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
mysql
/
validation.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-03-20
Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...
Rohit
2020-03-19
Refs #29548 -- Mentioned MariaDB in database system checks.
Mariusz Felisiak
2020-03-03
Refs #31331 -- Added DatabaseWrapper.sql_mode to MySQL.
Mariusz Felisiak
2019-07-23
Refs #29548 -- Fixed DatabaseWrapper.display_name on MariaDB.
Mariusz Felisiak
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-14
Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type().
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-12-29
Refs #25415 -- Made MySQL backend skip field validation of unsupported models.
Adam Chainz
2016-09-07
Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't...
Markus Gerards
2016-04-08
Fixed #26351 -- Added MySQL check to warn about strict mode option
Claude Paroz
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-05-19
Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."
Marc Tamlyn
2014-05-18
Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f.
Florian Apolloner
2014-03-03
Edited MySQL-specific check messages for grammar and consistency.
Russell Keith-Magee
2014-01-21
Corrected problem with MySQL checks handler and related fields.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-05-08
Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.
Aymeric Augustin
2012-04-21
Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.
Ramiro Morales
2012-04-02
Fixed #15782 -- Prevented MySQL backend to crash on runserver when db server ...
Claude Paroz
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-12-17
Fixed a typo in r9650.
Malcolm Tredinnick
2008-12-16
Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.
Malcolm Tredinnick
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee