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
0e18fb04ba
django1
/
django
/
db
History
Claude Paroz
868e0f3cb4
Removed unneeded imports in db.models init
2013-02-08 17:11:33 +01:00
..
backends
Moved import in db.backends.creation
2013-02-08 10:01:56 +01:00
models
Removed unneeded imports in db.models init
2013-02-08 17:11:33 +01:00
__init__.py
Fixed
#18575
-- Empty DATABASES should default to dummy backend
2012-10-28 23:44:03 +01:00
transaction.py
Removed with_statement imports, useless in Python >= 2.6. Refs
#17965
. Thanks jonash for the patch.
2012-03-30 08:02:08 +00:00
utils.py
Fixed
#17061
-- Factored out importing object from a dotted path
2013-02-04 16:38:25 +01:00