..
cache
[py3] Avoided the deprecated base64 interface.
2012-08-14 23:45:12 +02:00
files
[py3] Made __repr__ return str with Python 3
2012-08-12 20:45:39 +02:00
handlers
Sent got_request_exception signal before handle_uncaught_exception
2012-08-15 10:58:26 +02:00
mail
[py3] Fixed mail tests with Python 3
2012-08-09 20:13:29 +02:00
management
Make sure to explicitly close opened files.
2012-08-15 01:21:40 -07:00
serializers
[py3] Fixed serializers tests
2012-08-14 19:54:53 +02:00
servers
[py3] Switched to Python 3-compatible imports.
2012-07-22 09:29:56 +02:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
context_processors.py
[py3] Made csrf context processor return Unicode
2012-08-13 11:54:21 +02:00
exceptions.py
[py3] Ported django.utils.encoding.
2012-08-07 12:00:22 +02:00
paginator.py
Fixed #17159 -- Validated returned number of next|previous_page_number
2012-06-09 17:55:24 +02:00
signals.py
Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster.
2008-08-06 15:32:46 +00:00
signing.py
[py3] Made signing infrastructure pass tests with Python 3
2012-08-10 18:07:46 +02:00
urlresolvers.py
Don't swallow AttributeError in core.urlresolvers.get_callable.
2012-08-14 21:23:25 +02:00
validators.py
[py3] Re-decoded string after idna encoding
2012-08-11 23:23:31 +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