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
737d24923a
django1
/
django
/
db
/
backends
/
mysql
History
Josh Smeaton
21b858cb67
Fixed
#24060
-- Added OrderBy Expressions
2015-01-13 09:39:55 +11: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
Fixed
#24060
-- Added OrderBy Expressions
2015-01-13 09:39:55 +11:00
client.py
Fixed
#22646
: Added support for the MySQL ssl-ca option to dbshell.
2014-08-13 18:29:42 -04:00
compiler.py
Fixed
#23867
-- removed DateQuerySet hacks
2014-11-26 17:49:25 -05:00
creation.py
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
2014-12-31 08:29:17 -05:00
introspection.py
Fixed
#17785
-- Preferred column names in get_relations introspection
2015-01-12 19:58:47 +01:00
schema.py
Fixed
#14180
-- Prevented unneeded index creation on MySQL-InnoDB
2014-12-27 12:52:44 +01:00
validation.py
Fixed
#18757
,
#14462
,
#21565
-- Reworked database-python type conversions
2014-09-03 20:36:03 +01:00