mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning.
Thanks Claude Paroz for the report. Regression in004b4620f6. Backport off71b0cf769from main
This commit is contained in:
@@ -47,3 +47,6 @@ Bugfixes
|
||||
* Reverted caching related managers for ``ForeignKey``, ``ManyToManyField``,
|
||||
and ``GenericRelation`` that caused the incorrect refreshing of related
|
||||
objects (:ticket:`33984`).
|
||||
|
||||
* Relaxed the system check added in Django 4.1 for the same name used for
|
||||
multiple template tag modules to a warning (:ticket:`32987`).
|
||||
|
||||
Reference in New Issue
Block a user