django1/django/db
Tim Graham 8e2029f8dd Removed import * in tests.
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
2013-10-22 08:32:01 -04:00
..
backends Removed import * in tests. 2013-10-22 08:32:01 -04:00
migrations Fixed #21275 -- Fixed a serializer error when generating migrations for contrib.auth. 2013-10-21 14:54:52 -04:00
models Fixed #21249 -- variable name typo in compiler.get_grouping() 2013-10-21 22:08:53 +03:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21288 -- Fixed E126 pep8 warnings 2013-10-21 08:31:30 -04:00
utils.py Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00