This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-05-20 21:21:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cc337a74f1
django
/
django
/
db
History
Russell Keith-Magee
cc337a74f1
Fixed
#19069
-- Improved the error message when trying to query a swapped model.
...
Thanks to Preston Holmes for the suggestion.
2012-10-06 14:21:57 +08:00
..
backends
Fixed
#16211
-- Added comparison and negation ops to F() expressions
2012-09-30 17:51:06 +03:00
models
Fixed
#19069
-- Improved the error message when trying to query a swapped model.
2012-10-06 14:21:57 +08: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