django-cms / django-filer

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

feat: Replace `render` with `TemplateResponse` in admin views #1473

Closed fsbraun closed 1 month ago

fsbraun commented 1 month ago

Description

As requested in #1448 and common practice in the Django admin, this PR makes the admin views return a TemplateResponse.

Related resources

Checklist