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
34af2bc523
django1
/
django
/
db
History
Mariusz Felisiak
0f6d51e6a0
Fixed
#25470
-- Avoided unnecessary, expensive DATETIME typecast on MySQL.
2015-10-21 19:24:19 -04:00
..
backends
Fixed
#25470
-- Avoided unnecessary, expensive DATETIME typecast on MySQL.
2015-10-21 19:24:19 -04:00
migrations
Moved an inner function in db.migrations.state to avoid redefinition.
2015-10-19 20:15:13 -04:00
models
Fixed
#25563
-- Cached deferred models in their proxied model's _meta.apps.
2015-10-19 20:11:32 -04:00
__init__.py
Sorted imports in __init__.py files.
2015-06-27 11:53:33 -04:00
transaction.py
Fixed
#24921
-- set_autocommit(False) + ORM queries.
2015-09-21 22:21:53 +02:00
utils.py
Refs
#24351
-- Removed support for the old allow_migrate() signature per deprecation timeline.
2015-09-23 19:31:09 -04:00