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
Django 1.5 made various updates to the template rendering code to make it compatible with Python 3. Mimic those changes in Djangobars so that it's also compatible with Python 3.
This is a pretty straightforward issue as it mostly involves mimicking the Django, but it's a good way to learn a bit about the internals of both Djangobars and Django.
Django 1.5 made various updates to the template rendering code to make it compatible with Python 3. Mimic those changes in Djangobars so that it's also compatible with Python 3.
The changes will be found in:
This is a pretty straightforward issue as it mostly involves mimicking the Django, but it's a good way to learn a bit about the internals of both Djangobars and Django.
UPDATE (2015-01-08): This task is still relevant, but moving forward it must also keep an eye on DEP 182: Multiple Template Engines.
The text was updated successfully, but these errors were encountered: