django/django
Andrew Godwin e9cb333bc3 Auto-apply initial migrations if their tables exist already. 2013-10-30 15:17:49 +00: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 Fixed #20610: Added a message level dict to contrib.message context processor. 2013-10-30 13:54:07 +01:00
core Auto-apply initial migrations if their tables exist already. 2013-10-30 15:17:49 +00:00
db Auto-apply initial migrations if their tables exist already. 2013-10-30 15:17:49 +00: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 #21347 -- Added missing JS variable declaration. 2013-10-30 09:12:27 -04:00
__init__.py