django1/django
Krzysztof Jurewicz 7a0a3a64a8 Fixed #21509 -- Removed dead exception catching code.
Since Python 2.5, KeyboardInterrupt and SystemExit are not subclasses of
Exception, so explicitly reraising them before the “except Exception” clause
is not necessary anymore.
2013-11-25 16:31:03 +01:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
contrib Fixed #21504 -- Don't shadow database errors when testing for postgis version. 2013-11-24 14:34:43 +01:00
core flake8 fixes 2013-11-24 21:07:21 -06:00
db Fixed #21391 -- Allow model signals to lazily reference their senders. 2013-11-24 17:51:22 -05:00
dispatch Fixed #21486 -- Prevented settings config in signal connection 2013-11-23 18:47:47 +01:00
forms Fixed #21472 -- Fixed inline formsets display when parent pk is 0 2013-11-20 21:36:20 +01:00
http Simplified iteration in HTTP response objects. 2013-11-23 17:03:43 +01:00
middleware Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
template Fixed #21460 -- Reenabled proper template precedence in find_template 2013-11-22 11:09:51 +01:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Fixed #21509 -- Removed dead exception catching code. 2013-11-25 16:31:03 +01:00
utils Fixed #21500 -- Removed imports of deprecated utils.importlib 2013-11-24 16:45:01 +01:00
views Fixed #21443 -- Cannot show debug info on PY3's importlib 2013-11-22 20:36:33 +01:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00