django1/django/core
Jon Dufresne 4115288b4f Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument. 2016-03-05 13:05:10 -05:00
..
cache Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
checks Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
files Fixed #23832 -- Added timezone aware Storage API. 2016-02-23 18:51:43 -05:00
handlers Fixed #26014 -- Added WSGIRequest content_type and content_params attributes. 2016-02-10 18:19:23 -05:00
mail Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3. 2015-07-25 07:42:30 -04:00
management Fixed #26315 -- Allowed call_command() to accept a Command object as the first argument. 2016-03-05 13:05:10 -05:00
serializers Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05: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 Fixed #23190 -- Made Paginator.page_range an iterator 2015-07-03 11:34:34 -04:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception. 2015-09-23 19:31:11 -04:00
urlresolvers.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
validators.py Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator. 2016-02-18 19:06:49 -05:00
wsgi.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00