Skip to content
New issue

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

templating fixes #482

Merged
merged 3 commits into from
Sep 14, 2023
Merged

templating fixes #482

merged 3 commits into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. default views: FallBackView: use response classes instead of dict bas…

    …ed responses
    
    Dict based responses are deprecated and will be removed in Lona 2.
    
    Signed-off-by: Florian Scherf <mail@florianscherf.de>
    fscherf committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d397f61 View commit details
    Browse the repository at this point in the history
  2. responses: TemplateResponse, TemplateStringResponse: make context opt…

    …ional
    
    Signed-off-by: Florian Scherf <mail@florianscherf.de>
    fscherf committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9b398e4 View commit details
    Browse the repository at this point in the history
  3. tests: template filter: use response classes instead of dict based re…

    …sponses
    
    Dict based responses are deprecated and will be removed in Lona 2.
    
    Signed-off-by: Florian Scherf <mail@florianscherf.de>
    fscherf committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    582e11e View commit details
    Browse the repository at this point in the history