django1/django/core
Tim Graham e2b266fdf7 [1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
This reverts commit 1b407050dd as it
introduces a regression in the test for refs #26772.

Backport of cd217de610 from master
2016-06-18 12:46:34 -04:00
..
cache [1.10.x] Fixed broken links in docs and comments. 2016-06-15 21:20:38 -04:00
checks Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation() 2016-05-19 21:33:36 -04:00
files [1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File." 2016-06-18 12:46:34 -04:00
handlers [1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling. 2016-06-17 15:55:55 -04:00
mail Fixed #26580 -- Updated references to obsolete RFC 2822. 2016-05-10 11:24:51 -04:00
management [1.10.x] Fixed flake8 2.6 warnings. 2016-06-16 09:33:02 -04:00
serializers Fixed docstring typos. 2016-05-02 11:43:03 -04:00
servers Fixed #25684 -- Made runserver use logging for request/response output. 2016-01-11 07:35:17 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
exceptions.py Fixed #21231 -- Enforced a max size for GET/POST values read into memory. 2016-05-12 10:17:52 -04:00
paginator.py Converted property syntax in django.core.paginator 2016-04-15 17:16:55 +02:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
urlresolvers.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
validators.py Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
wsgi.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00