django1/django/core
Florian Apolloner 7cb0cd5aff Replaced six.reraise with a simple raise. 2013-01-01 13:20:36 +01:00
..
cache Removed django.core.cache.backends.memcached.CacheClass. 2012-12-29 21:59:07 +01:00
files Replaced six.reraise with a simple raise. 2013-01-01 13:20:36 +01:00
handlers Fixed #19519 -- Fired request_finished in the WSGI iterable's close(). 2012-12-31 12:47:34 +01:00
mail Fixed #19186 -- Fixed sending mail with unicode content on Python 3 2012-11-14 10:43:33 +01:00
management Fixed #17078 -- Made shell use std IPython startup. 2012-12-31 19:40:02 -03:00
serializers Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
servers Fixed #16241 -- Ensured the WSGI iterable's close() is always called. 2012-12-31 12:45:20 +01:00
__init__.py
context_processors.py [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
exceptions.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
paginator.py Paginator._get_page hook 2012-11-21 15:19:44 +13:00
signals.py
signing.py Required serializer to use bytes in loads/dumps 2012-10-28 16:57:15 +01:00
urlresolvers.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
validators.py Fixed #17867 -- Made email validation pass with IDN domains 2012-10-09 15:08:32 +02:00
wsgi.py Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. 2011-10-22 04:30:10 +00:00
xheaders.py Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev 2010-01-10 16:51:13 +00:00