django1/django/core
Anubhav Joshi dbbcfca476 Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True
Thanks GDorn and gox21 for report.

Thanks Tim Graham for idea and review.
2014-06-24 08:55:36 -04:00
..
cache Fixed #22845 -- Correctly handled memcached default timeout value. 2014-06-16 16:34:00 -04:00
checks Fixed #22477 -- Removed contrib middleware from the global settings defaults. 2014-06-13 12:45:56 -04:00
files Made the vendored NamedTemporaryFile work as a context manager. Refs #22680. 2014-06-12 08:07:34 +07:00
handlers Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True 2014-06-24 08:55:36 -04:00
mail Fixed several typos in Django 2014-05-28 17:39:14 -07:00
management Fixed #22487: Don't flush out data from before normal TestCases 2014-06-23 20:25:09 -07:00
serializers Fixed several typos in Django 2014-05-28 17:39:14 -07:00
servers Fixed #21773 -- made daemon threads default in the development server. 2014-06-05 12:26:24 -04:00
__init__.py
context_processors.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
exceptions.py Fixed #8033 -- Explained app registry error during translation setup 2014-06-23 09:31:45 +02:00
paginator.py Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02:00
signals.py
signing.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
urlresolvers.py Refactored common code in handlers/base.py and urlresolvers.py 2014-06-23 15:27:25 -04:00
validators.py Fixed #22579 -- Corrected validation for email to reject trailing slash 2014-05-16 15:13:11 +02:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00