mixxorz / slippers

A UI component framework for Django. Built on top of Django Template Language.
https://mitchel.me/slippers/
MIT License
506 stars 37 forks source link

Add custom parsers #23

Closed mixxorz closed 1 year ago

mixxorz commented 2 years ago

This PR adds customized versions of the default token_kwargs and FilterExpression to allow keyword arguments to contain special characters (-, @, :).

This affects the component tags, the attrs tag and the var tag.

This PR also drops support for Django 2.2.

Closes #19