django1/django/core
Tim Graham 6192bffb13 Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting. 2017-01-17 20:52:05 -05:00
..
cache Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
checks Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting. 2017-01-17 20:52:05 -05:00
files Refs #23832 -- Removed deprecated non-timezone aware Storage API. 2017-01-17 20:52:03 -05:00
handlers Refs #26601 -- Removed support for old-style middleware using settings.MIDDLEWARE_CLASSES. 2017-01-17 20:52:04 -05:00
mail Fixed #27696 -- Measured email long lines on encoded content 2017-01-06 16:04:59 +01:00
management Refs #25838 -- Removed the deprecated shell --plain option. 2017-01-17 20:52:02 -05:00
serializers Fixed #27546 -- Removed hardcoded class names in __repr__() methods. 2016-12-01 08:11:09 -05:00
servers Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensibility. 2017-01-09 10:41:33 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
exceptions.py Corrected TooManyFieldsSent doctring for GET requests. 2016-10-27 18:44:52 -04:00
paginator.py Refs #27505 -- Made Paginator's exception messsages translatable. 2016-12-01 08:39:48 -05: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
validators.py Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
wsgi.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00