pypi django-components 0.97

latest releases: 0.101, 0.100
one month ago

What's Changed

Feat

Fix

  • Fixed template caching. (#647)

Refactor

  • The previously undocumented get_template was made private. (#647)
  • In it's place, there's a new get_template, which supersedes get_template_string (will be removed in v1). The new get_template is the same as get_template_string, except it allows to return either a string or a Template instance. (#647)
  • You now must use only one of template, get_template, template_name, or get_template_name. (#647)

Full Changelog: 0.96...0.97

Don't miss a new django-components release

NewReleases is sending notifications on new releases.