django1/django/db
seungkwon 5925e20c37 Fixed typo in django/db/backends/sqlite3/operations.py. 2016-01-23 07:05:47 -05:00
..
backends Fixed typo in django/db/backends/sqlite3/operations.py. 2016-01-23 07:05:47 -05:00
migrations Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards(). 2016-01-07 08:13:56 -05:00
models Fixed #25910 -- Rejected read-only property names in model constructors. 2016-01-22 13:27:11 -05: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