summaryrefslogtreecommitdiff
path: root/tests/context_processors/views.py
AgeCommit message (Expand)Author
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2016-04-09Fixed #26145 -- Made debug context processor return queries for all databases.Mounir Messelmeni
2014-12-28Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-11-22Avoided rewrapping Contexts in render_to_response.Aymeric Augustin
2014-08-30Converted sql_queries into a lazily evaluated list.Bas Peschier
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner