django1/django/db
Claude Paroz 2ced2f785d Replaced smart_* by force_* calls whenever possible
The smart_* version should only be used when a lazy string should keep
its lazy status.
2016-09-03 13:46:41 +02:00
..
backends Fixed #27097 -- Added index type introspection to built-in db backends. 2016-09-02 21:14:12 -04:00
migrations Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
models Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
transaction.py Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:21:53 +02:00
utils.py Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00