.. |
cache
|
Made more extensive usage of context managers with open.
|
2012-05-05 14:06:36 +02:00 |
files
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
handlers
|
Switch to using context managers for acquiring and releasing locks.
|
2012-06-23 08:11:15 -07:00 |
mail
|
Switch to using context managers for acquiring and releasing locks.
|
2012-06-23 08:11:15 -07:00 |
management
|
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
|
2012-06-24 19:54:56 +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
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
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
|
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
|
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
2012-04-29 20:57:15 +02:00 |
urlresolvers.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02: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
|
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev
|
2010-01-10 16:51:13 +00:00 |