.. |
cache
|
Fixed #30759 -- Made cache.delete() return whether it succeeded.
|
2019-11-14 11:14:11 +01:00 |
checks
|
Fixed #31141 -- Relaxed system check of translation settings for sublanguages.
|
2020-01-08 08:05:43 +01:00 |
files
|
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
|
2019-10-31 09:06:05 +01:00 |
handlers
|
Fixed #30899 -- Lazily compiled import time regular expressions.
|
2019-10-29 09:22:26 +01:00 |
mail
|
Refs #29983 -- Added pathlib.Path support to the file email backend.
|
2019-11-06 09:33:07 +01:00 |
management
|
Refs #23919 -- Used yield from in inspectdb.
|
2019-12-12 10:51:46 +01:00 |
serializers
|
Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable.
|
2019-12-13 11:38:09 +01: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 #30451 -- Added ASGI handler and coroutine-safety.
|
2019-06-20 12:29:43 +02:00 |
signing.py
|
Refs #23919 -- Removed obsolete comment in signing.py
|
2020-01-08 17:50:29 +01:00 |
validators.py
|
Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.
|
2019-10-29 09:14:24 +01:00 |
wsgi.py
|
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
|
2017-02-21 11:58:42 -05:00 |