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
e37ab311fc
django1
/
django
/
db
/
backends
/
mysql
History
Jon Dufresne
4468c08d70
Fixed
#23968
-- Replaced list comprehension with generators and dict comprehension
2014-12-08 07:58:23 -05: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
#16731
-- Made pattern lookups work properly with F() expressions
2014-11-28 12:50:42 +02: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
Fixed
#19716
-- Added support for microseconds with MySQL 5.6.4 and up
2014-10-28 15:06:58 +01:00
introspection.py
Fixed
#23968
-- Replaced list comprehension with generators and dict comprehension
2014-12-08 07:58:23 -05:00
schema.py
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
validation.py
Fixed
#18757
,
#14462
,
#21565
-- Reworked database-python type conversions
2014-09-03 20:36:03 +01:00