django1/django/db
Baptiste Mispelon 497930b7f6 Use `callable` instead of `six.callable`.
The `callable` builtin was added back in python 3.2
which is the minimal python3 version supported by django
at this point.
2013-10-29 21:53:51 +01:00
..
backends Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
migrations Use `callable` instead of `six.callable`. 2013-10-29 21:53:51 +01:00
models Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04: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