django/core/checks/templates.py
0 → 100644
+23
−0
+10
−0
tests/check_framework/test_templates.py
0 → 100644
+39
−0
Loading
If `'loaders'` is present in the `TEMPLATES` options together with `APP_DIRS` set to `True`, the template engine raises an exception. This conflict is now detected by the system check templates.E001.