You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: