django1/django/core
Tim Graham 7a4e2fc5a2 Fixed #27588 -- Removed unneeded colon in makemigrations output. 2016-12-12 09:38:13 -05:00
..
cache Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
checks Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -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 E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
management Fixed #27588 -- Removed unneeded colon in makemigrations output. 2016-12-12 09:38:13 -05:00
serializers Fixed #27546 -- Removed hardcoded class names in __repr__() methods. 2016-12-01 08:11:09 -05:00
servers Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO 2016-08-23 22:40:07 +02: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 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