django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 574 forks source link

TemplateResponse() instead of render() in views #1448

Open artnechaev opened 4 months ago

artnechaev commented 4 months ago

Is it possible to replace render() with TemplateResponse() in views? The reason is that the returned render() does't allow any template response middleware to run on the response (e.g. django-modeladmin-reorder) and I get an incorrect display of the Django admin.