Skip to content

Blueprint view function name should not contain dots #686

@kenfehling

Description

@kenfehling

Using version 1.0.0b1 when trying to call create_api_blueprint I get

File "/opt/conda/lib/python3.6/site-packages/flask_restless/manager.py", line 715, in create_api_blueprint
view_func=relationship_api_view)
File "/opt/conda/lib/python3.6/site-packages/flask/blueprints.py", line 206, in add_url_rule
assert '.' not in view_func.name, "Blueprint view function name should not contain dots"
AssertionError: Blueprint view function name should not contain dots

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions