..
cache
Fixed typo in BaseCache.delete_many() docstring.
2015-12-29 20:50:04 -05:00
checks
Fixed #25746 -- Isolated inlined test models registration.
2016-01-06 20:00:07 -05:00
files
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
2016-01-07 12:04:39 -05:00
handlers
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
2015-12-31 14:21:29 -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 #23868 -- Added support for non-unique django-admin-options in docs.
2016-01-14 18:21:33 -05:00
serializers
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
2015-10-27 07:57:15 -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
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 #25637 -- Added URLValidator hostname length validation.
2015-12-08 15:46:45 -05:00
wsgi.py
Fixed #16734 -- Set script prefix even outside of requests
2015-10-29 20:12:38 +01:00