django1/django/core
Florian Apolloner 148702e725 Refs -- Removed unnecessary _create_cache() hook.
This removes unused (since d038c547b5)
workaround to load a cache backend with its dotted import path and
moves remaining logic to the CacheHandler.

Thanks Tim Graham for the review.
2020-12-07 17:44:16 +01:00
..
cache Refs -- Removed unnecessary _create_cache() hook. 2020-12-07 17:44:16 +01:00
checks Fixed -- Adjusted system check for SECRET_KEY to warn about autogenerated default keys. 2020-11-11 12:45:34 +01:00
files Fixed -- Made TemporaryFileUploadHandler handle interrupted uploads. 2020-09-30 10:30:43 +02:00
handlers Fixed -- Added asgiref 3.3 compatibility. 2020-10-27 11:24:07 +01:00
mail Fixed -- Fixed crash when sending emails on Python 3.6.11+, 3.7.8+, and 3.8.4+. 2020-07-20 07:10:40 +02:00
management Fixed -- Made makemessages warn if locales have hyphens and skip them. 2020-11-13 09:25:42 +01:00
serializers Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
servers Fixed -- Made runserver --nothreading use single threaded WSGIServer. 2019-07-10 13:22:17 +02:00
__init__.py
asgi.py Fixed -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
exceptions.py Refs , Refs -- Made make_hashable() ignore key order. 2020-10-05 20:42:46 +02:00
paginator.py Fixed -- Extracted admin pagination to Paginator.get_elided_page_range(). 2020-08-06 12:38:56 +02:00
signals.py Fixed -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
signing.py Fixed -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:35:24 +02:00
validators.py Fixed -- Made validators include the value in ValidationErrors. 2020-07-27 13:03:26 +02:00
wsgi.py Refs -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00