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
349c4c37f8
django1
/
django
/
db
History
Tai Lee
6ebf115206
Fixed
#14694
-- Made ``defer()`` work with reverse relations
...
Reverse o2o fields are now usable with defer.
2012-11-28 18:17:10 +02:00
..
backends
Made sure global settings are changed in test db creation
2012-11-27 19:47:20 +02:00
models
Fixed
#14694
-- Made ``defer()`` work with reverse relations
2012-11-28 18:17:10 +02: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
#18575
-- Empty DATABASES should default to dummy backend
2012-10-28 23:44:03 +01:00