0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/tests/template_backends
Sarah Boyce 611bf6c2e2 Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager methods.
Thank you to Jason Chambers for the report and to Mariusz Felisiak for the review.
2024-11-01 11:43:49 +01:00
..
apps
forbidden/template_backends
jinja2/template_backends
template_strings/template_backends
templates/template_backends
__init__.py
test_django.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_dummy.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_jinja2.py Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager methods. 2024-11-01 11:43:49 +01:00
test_utils.py