django1/django/db
Marti Raudsepp 70f9995296 [1.8.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle.
This is a security fix.
2016-10-25 14:24:11 -04:00
..
backends [1.8.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle. 2016-10-25 14:24:11 -04:00
migrations [1.8.x] Fixed a few docstring typos. 2016-03-12 08:50:50 -05:00
models [1.8.x] Sorted single letter imports per the latest version of isort. 2016-03-28 11:59:36 -04:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py [1.8.x] Fixed #24921 -- set_autocommit(False) + ORM queries. 2015-09-21 22:31:13 +02:00
utils.py [1.8.x] Fixed #25686 -- Fixed crash on routers without an allow_migrate() method. 2015-11-09 10:50:02 -05:00