django1/django/core
Carlton Gibson bb61f0186d Refs -- Removed internal uses of utils.timezone.utc alias.
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
2022-03-24 06:29:50 +01:00
..
cache Refs -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
checks Refs -- Made CSRF_COOKIE_SECURE/SESSION_COOKIE_SECURE/SESSION_COOKIE_HTTPONLY don't pass on truthy values. 2022-02-21 07:54:47 +01:00
files Refs -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
handlers Prevented initialization of unused database connections. 2022-03-17 07:40:57 +01:00
mail Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
management Fixed -- Fixed crash when checking support for terminal colors on Wine. 2022-03-16 16:16:10 +01:00
serializers Fixed -- Fixed deserializing natural keys with foreing key dependencies in a multiple database setup. 2022-03-18 20:57:08 +01:00
servers Refs -- Removed double newline from request/response output of runserver. 2022-02-14 06:55:34 +01:00
__init__.py
asgi.py Fixed -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
exceptions.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
paginator.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
signals.py Fixed -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
signing.py Refs -- Updated django.core.signing docstring. 2022-02-17 10:01:41 +01:00
validators.py Refs -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
wsgi.py Refs -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00