Fix registering partials as view functions

This commit is contained in:
ThiefMaster 2018-04-27 13:38:35 +02:00
parent 8ceff653c5
commit 6663bf1f7d
3 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Version 1.0.1
unreleased
- Fix registering partials (with no ``__name__``) as view functions
Version 1.0
-----------