django1/django/db
David Szotten 7a6863c338 Fixed #27690 -- Removed time.sleep(1) before dropping the test database.
Uncertain if this is needed, but no failures have appeared so far.
2017-01-06 15:28:22 -05:00
..
backends Fixed #27690 -- Removed time.sleep(1) before dropping the test database. 2017-01-06 15:28:22 -05:00
migrations Fixed #27310 -- Stopped rendering apps in RenameModel.state_forwards. 2016-12-10 10:19:06 -05:00
models Fixed #25912 -- Added binary left/right shift operators to F expressions. 2017-01-03 14:15:46 -05:00
__init__.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05: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