django1/django/db
Tim Graham 816eae3508 Removed unused EmptyResultSets in SQLCompilers.
Unused since ed1bcf0515.
2016-10-13 12:12:58 -04:00
..
backends Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG. 2016-10-12 18:58:33 -04:00
migrations Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes) 2016-10-06 11:41:35 +02:00
models Removed unused EmptyResultSets in SQLCompilers. 2016-10-13 12:12:58 -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