django1/django/db
Claude Paroz 1e8eadc94e Fixed #15888 -- Made tablename argument of createcachetable optional
Thanks Aymeric Augustin for the report and the documentation and
Tim Graham for the review.
2013-10-14 13:24:40 +02:00
..
backends Fixed #15888 -- Made tablename argument of createcachetable optional 2013-10-14 13:24:40 +02:00
migrations Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. 2013-10-10 11:09:42 -04:00
models Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible. 2013-10-13 18:14:04 +02:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
utils.py Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00