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
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