.. |
cache
|
Fixed #31253 -- Fixed data loss possibility when using caching from async code.
|
2020-02-11 09:09:25 +01:00 |
checks
|
Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE environment variable.
|
2020-04-01 12:51:11 +02:00 |
files
|
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
|
2019-10-31 09:06:05 +01:00 |
handlers
|
Fixed #31224 -- Added support for asynchronous views and middleware.
|
2020-03-18 19:59:12 +01:00 |
mail
|
Doc'd send_email() behavior when from_email is None.
|
2020-04-30 12:45:43 +02:00 |
management
|
Changed `'%s' % value` pattern to `str(value)`.
|
2020-05-04 08:27:18 +02:00 |
serializers
|
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
|
2020-04-28 11:11:39 +02:00 |
servers
|
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
|
2019-07-10 13:22:17 +02:00 |
__init__.py
|
…
|
|
asgi.py
|
Fixed #30451 -- Added ASGI handler and coroutine-safety.
|
2019-06-20 12:29:43 +02:00 |
exceptions.py
|
Fixed #30451 -- Added ASGI handler and coroutine-safety.
|
2019-06-20 12:29:43 +02:00 |
paginator.py
|
Fixed #14218 -- Added Paginator.__iter__().
|
2019-10-02 09:49:31 +02:00 |
signals.py
|
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
2020-03-05 09:38:52 +01:00 |
signing.py
|
Refs #27468 -- Changed default Signer algorithm to SHA-256.
|
2020-04-15 12:49:14 +02:00 |
validators.py
|
Capitalized Unicode in docs, strings, and comments.
|
2020-04-20 12:10:33 +02:00 |
wsgi.py
|
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
|
2017-02-21 11:58:42 -05:00 |