django1/django/db
Tim Graham 419b6ec7d0 Removed unused branch in SQLCompiler.as_subquery_condition().
Unused since dcdc579d16.
2016-09-27 09:58:53 -04:00
..
backends Removed DatabaseError and IntegrityError declarations from database backends. 2016-09-26 18:31:41 -04:00
migrations Fixed #27165 -- Removed unnecessary CreateModel(... 'indexes': []) in migrations. 2016-09-19 10:17:16 -04:00
models Removed unused branch in SQLCompiler.as_subquery_condition(). 2016-09-27 09:58:53 -04:00
__init__.py Removed missing name in django.db __all__. 2016-09-26 19:04:18 -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