django1/django/core
Tim Graham bb0b4b705b Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
..
cache Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
checks Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
files Fixed #26495 -- Added name arg to Storage.save()'s File wrapping. 2016-04-21 10:40:48 -04:00
handlers Fixed #26052 -- Moved conditional_content_removal() processing to the test client. 2016-04-25 07:56:07 -04:00
mail Fixed #22561 -- Prevented too long lines in email messages 2016-04-19 09:35:24 +02:00
management Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error. 2016-04-12 09:04:14 -04:00
serializers Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -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 #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05: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