django/django
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
..
bin Whitespace cleanup. 2013-10-10 16:49:20 -04:00
conf Start attacking E231 violations 2013-10-24 10:30:03 -07:00
contrib Remove dsome import * 2013-10-26 20:57:08 -07:00
core Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
db Use `callable` instead of `six.callable`. 2013-10-29 21:53:51 +01:00
dispatch Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet) 2013-10-26 10:50:40 -07:00
forms Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
http Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet) 2013-10-26 10:50:40 -07:00
middleware Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'. 2013-10-22 09:24:42 -04:00
shortcuts Fixed a mistake in my previous commit. 2013-09-22 14:36:53 +02:00
template Start attacking E231 violations 2013-10-24 10:30:03 -07:00
templatetags Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet) 2013-10-26 10:50:40 -07:00
test Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
utils Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
views Fixed all the E203 violations 2013-10-26 18:27:42 -07:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00