• Stars
    star
    1
  • Language
    Python
  • Created about 10 years ago
  • Updated about 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project is created to demonstrate bug in Django Templateing system. The bug is present when custom `inclusion_tag` is created which use recustion in the template (call itself) and for template loader is used `django.template.loaders.cached.Loader`.