.. |
cache
|
Fixed #31728 -- Fixed cache culling when no key is found for deletion.
|
2020-06-22 06:29:35 +02:00 |
checks
|
Fixed #31802 -- Added system check for non-integer SITE_ID.
|
2020-07-24 10:41:55 +02:00 |
files
|
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
|
2019-10-31 09:06:05 +01:00 |
handlers
|
Removed unused param_dict return from URLResolver.resolve_error_handler().
|
2020-06-22 21:28:56 +02:00 |
mail
|
Fixed #31784 -- 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 #31769 -- Improved default naming of merged migrations.
|
2020-07-20 15:04:22 +02:00 |
serializers
|
Fixed #30583 -- Fixed handling JSONFields in XML serializer.
|
2020-06-17 11:12:18 +02:00 |
servers
|
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
|
2019-07-10 13:22:17 +02:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
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
|
Fixed #31806 -- Made validators include the value in ValidationErrors.
|
2020-07-27 13:03:26 +02:00 |
wsgi.py
|
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
|
2017-02-21 11:58:42 -05:00 |