This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-01 12:06:43 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Aymeric Augustin
5301a9d7b1
[py3] Removed duplicate imports.
...
Fixed
#18837
. Refs
#18791
.
2012-08-23 10:16:16 +02:00
..
backends
[py3] Removed duplicate imports.
2012-08-23 10:16:16 +02:00
models
Revert "Fixed
#18063
-- Avoid unicode in Model.__repr__ in python 2"
2012-08-22 11:48:47 +10: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
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00