We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Environment.setup_tags_and_filters(), a method that, by default, calls builtin.register(self), which is currently called in the constructor.
Environment.setup_tags_and_filters()
builtin.register(self)
Doing this in a method makes it easier for Environment subclasses (like liquid.future.Environment) to change default tags and filters.
Environment
liquid.future.Environment
The text was updated successfully, but these errors were encountered:
Closed with 14ab111.
Sorry, something went wrong.
No branches or pull requests
Add
Environment.setup_tags_and_filters()
, a method that, by default, callsbuiltin.register(self)
, which is currently called in the constructor.Doing this in a method makes it easier for
Environment
subclasses (likeliquid.future.Environment
) to change default tags and filters.The text was updated successfully, but these errors were encountered: