Opened 7 years ago
Last modified 5 years ago
#28819 closed Uncategorized
Django 2.0 - subclasses of Loader must provide a get_template_sources() method — at Initial Version
Reported by: | Andy Grabow | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hi!
Im using pypugjs (https://github.com/matannoam/pypugjs) to have cleaner templates, but with 2.0 something is broken for me and im note sure what changed, because there is nothing serious in the release notes about the templating system and according to git the loaders/base.py was last touched in January this year.
So why would this break all of a sudden but still work with 1.11.7?
Can someone confirm that there is also a problem with other custom template loaders?
Note:
See TracTickets
for help on using tickets.