mirror of
https://github.com/django/django.git
synced 2025-04-02 04:26:42 +00:00
This commit changes the return type of these two functions. Instead of returning a django.template.Template they return a backend-specific Template class that must implement render(self, context).