1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django/core
2021-08-19 09:18:32 +02:00
..
cache Fixed #32772 -- Made database cache count size once per set. 2021-05-26 11:21:11 +02:00
checks Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting. 2021-04-30 12:32:52 +02:00
files Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
handlers Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
mail Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core. 2021-03-19 08:04:37 +01:00
management Refs #31621 -- Fixed handling --parallel option in test management command and runtests.py. 2021-08-19 09:18:32 +02:00
serializers
servers Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread. 2021-04-12 10:23:56 +02:00
__init__.py
asgi.py
exceptions.py
paginator.py
signals.py
signing.py Fixed #32712 -- Deprecated django.utils.baseconv module. 2021-05-07 11:57:40 +02:00
validators.py Fixed typo in regex for IPv6 literals in EmailValidator. 2021-08-06 12:58:55 +02:00
wsgi.py