1
0
mirror of https://github.com/django/django.git synced 2024-12-28 20:16:19 +00:00
django/django/core
2012-07-22 09:29:52 +02:00
..
cache Fixed #18330 - Made cache culling 3rd party db backend friendly 2012-07-05 17:20:48 +03:00
files Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
handlers [py3] Used six.reraise wherever necessary. 2012-07-22 09:29:52 +02:00
mail Switch to using context managers for acquiring and releasing locks. 2012-06-23 08:11:15 -07:00
management Fixed #4680 -- Improved initial_sql parsing 2012-07-21 14:24:29 +02:00
serializers Fixed #15197 -- Fixed yaml serialization into HttpResponse 2012-06-28 16:29:29 +02:00
servers Cleaned up WSGIRequestHandler get_environ to be Python 3 compatible 2012-05-18 19:40:41 +02:00
__init__.py
context_processors.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
exceptions.py Imported reduce from functools for forward compatibility. 2012-05-20 00:25:46 +02:00
paginator.py Fixed #17159 -- Validated returned number of next|previous_page_number 2012-06-09 17:55:24 +02:00
signals.py
signing.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
urlresolvers.py Fixed an except statement to be Python3-compatible. Thanks to charettes for the tip. 2012-07-21 15:13:55 -07:00
validators.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +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