django1/django/core
Mariusz Felisiak b37a4affcd [4.1.x] Fixed #33800 -- Fixed system check for the same template tag module in installed apps and template tag libraries.
Thanks Claude Paroz for the report.

Regression in 004b4620f6.
Backport of 083bfca6b6 from main
2022-06-23 20:24:24 +02:00
..
cache Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool. 2022-05-16 06:17:40 +02:00
checks [4.1.x] Fixed #33800 -- Fixed system check for the same template tag module in installed apps and template tag libraries. 2022-06-23 20:24:24 +02:00
files Fixed #32604 -- Made file upload respect group id when uploading to a temporary file. 2022-04-11 13:32:27 +02:00
handlers [4.1.x] Fixed #33754 -- Fixed crash with prematurely closed ASGI request body. 2022-05-31 09:35:20 +02:00
mail Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
management [4.1.x] Fixed #33657 -- Allowed customizing formatter class of argument parsers. 2022-06-20 17:35:35 +02:00
serializers Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencies in a multiple database setup. 2022-03-18 20:57:08 +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 Fixed #32559 -- Added 'step_size’ to numeric form fields. 2022-05-12 14:16:52 +02:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00