Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unify/rename filter and function decorators | David Lord | 2021-04-10 | 1 | -11/+11 |
| | | | | Use pass_context instead of contextfilter and contextfunction, etc. | ||||
* | add 'is filter' and 'is test' tests | David Lord | 2021-04-04 | 1 | -35/+40 |
| | | | | | | This required allowing tests to be decorated with '@environmentfilter'. Tests are essentially the same as filters now, the node, compiler, and environment have been refactored to extract common behavior. | ||||
* | add required attribute to blocks | Amy | 2021-01-29 | 1 | -2/+6 |
| | | | | | required blocks must be overridden at some point, although not necessarily by the direct child template | ||||
* | detect custom async filters in as_const | Richard Gibson | 2020-10-31 | 1 | -4/+7 |
| | |||||
* | Setup mypy | Teymour Aldridge | 2020-07-28 | 1 | -4/+6 |
| | | | | | * Add missing type hints (these are intended as an initial set of type hints, to be added upon and improved later) * Setup MyPy to run as a Github Action | ||||
* | apply pyupgrade and f-strings | David Lord | 2020-02-05 | 1 | -30/+16 |
| | |||||
* | remove more compat code | David Lord | 2020-02-05 | 1 | -12/+5 |
| | |||||
* | remove _compat module | David Lord | 2020-02-05 | 1 | -21/+6 |
| | |||||
* | remove Python 2 from docs | David Lord | 2020-02-05 | 1 | -2/+2 |
| | |||||
* | Use stricter getattr() checks for decorator functions | Tomas Krizek | 2020-02-04 | 1 | -3/+3 |
| | | | | | | | Explicit checks for "is True" prevents unexpected behaviour with objects that are callable and have permissive gettatr(), such as Mock. Fixes #1145 | ||||
* | import Markup from markupsafe, fix flake8 import warnings | David Lord | 2020-01-26 | 1 | -1/+2 |
| | |||||
* | Revert "rename directory to jinja"revert-rename | David Lord | 2020-01-26 | 1 | -0/+1087 |
| | | | | This reverts commit eac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e. | ||||
* | rename directory to jinja | David Lord | 2020-01-10 | 1 | -1087/+0 |
| | |||||
* | simplify module docstringsstyle | David Lord | 2020-01-10 | 1 | -12/+3 |
| | |||||
* | apply flake8 | David Lord | 2020-01-10 | 1 | -3/+3 |
| | |||||
* | apply black | David Lord | 2020-01-10 | 1 | -145/+225 |
| | |||||
* | apply reorder-python-imports | David Lord | 2020-01-10 | 1 | -4/+5 |
| | |||||
* | move to src directory | David Lord | 2020-01-09 | 1 | -0/+1015 |