This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
649118961c
django1
/
django
/
db
/
backends
/
mysql
History
Alex Gaynor
fd3a066ae3
This function is unused and should have been removed a few releases ago.
2013-02-19 18:05:02 -08:00
..
__init__.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
base.py
Ensured a connection is established when checking the database version.
2013-02-19 10:51:24 +01:00
client.py
Fixed
#15006
-- Removed some stray tabs in python code. Thanks to vanschelven for the report.
2011-01-03 13:19:59 +00:00
compiler.py
Fixed
#17260
-- Added time zone aware aggregation and lookups.
2013-02-16 09:19:04 +01:00
creation.py
This function is unused and should have been removed a few releases ago.
2013-02-19 18:05:02 -08:00
introspection.py
Fixed
#19709
-- Fixed TimeField introspection on MySQL
2013-01-31 20:41:57 +01:00
validation.py
Fixed
#18116
-- Raised minimum MySQL version officially suported to 5.0.3.
2012-04-21 03:04:10 +00:00