This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f0664dc8ae
django
/
django
/
db
History
Aymeric Augustin
939af5a654
Fixed a typo in a comment. Refs
#17742
.
2012-06-01 08:09:58 +02:00
..
backends
Fixed
#18135
-- Close connection used for db version checking
2012-05-27 18:45:08 +03:00
models
Fixed a typo in a comment. Refs
#17742
.
2012-06-01 08:09:58 +02:00
__init__.py
Fixed
#17258
-- Moved `threading.local` from `DatabaseWrapper` to the `django.db.connections` dictionary. This allows connections to be explicitly shared between multiple threads and is particularly useful for enabling the sharing of in-memory SQLite connections. Many thanks to Anssi Kääriäinen for the excellent suggestions and feedback, and to Alex Gaynor for the reviews. Refs
#2879
.
2011-12-16 13:40:19 +00: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
#18013
-- Use the new 'as' syntax for exceptions.
2012-04-29 20:57:15 +02:00