django1/django/core
Srinivas Reddy Thatiparthy f706576adf [1.11.x] Removed obsolete sentence in ManagementUtility docstring.
Backport of a6755b29e9 from master
2017-01-28 08:10:07 -05:00
..
cache Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
checks Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check. 2016-12-23 10:55:00 -05:00
files Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
handlers Replaced property() usage with decorator in several places. 2016-08-25 20:06:22 -04:00
mail Fixed #27696 -- Measured email long lines on encoded content 2017-01-06 16:04:59 +01:00
management [1.11.x] Removed obsolete sentence in ManagementUtility docstring. 2017-01-28 08:10:07 -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
urlresolvers.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
validators.py [1.11.x] Removed unused variables that are overwritten. 2017-01-25 09:15:36 -05:00
wsgi.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00