Skip to content

allow to use complex objects (even django models) as TemplateVariable value #37

@Zagrebelin

Description

@Zagrebelin

Right now TemplateVariable values are casted to string (variables.append(TemplateVariable(name=k, value=str(v), email=email))). Need to use json.dumps here, or some methods from django.core.serializers module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions