django1/django/core
Matthias Kestenholz a94ae4cb11
Refs #27468 -- Updated django.core.signing docstring.
Follow up to 71c4fb7beb.
2022-02-17 10:01:41 +01:00
..
cache Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
checks Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
files Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
handlers Fixed #33495 -- Improved debug logging message about adapting handlers for middlewares. 2022-02-09 12:10:26 +01:00
mail Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
management Refs #33476 -- Made management commands use black. 2022-02-11 12:23:26 +01:00
serializers Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
servers Refs #25684 -- Removed double newline from request/response output of runserver. 2022-02-14 06:55:34 +01:00
__init__.py
asgi.py Fixed #30451 -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
exceptions.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
paginator.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
signals.py Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
signing.py Refs #27468 -- Updated django.core.signing docstring. 2022-02-17 10:01:41 +01:00
validators.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00