Skip to content

Commit

Permalink
added deprecation warning to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Jun 26, 2017
1 parent 1dbabf5 commit d023131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninjadog/ext/jinja2.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def jinja2_renderer(string: str = '',
pug_cli_path: T.Union[Path, str] = None,
) -> str:
"""
Renders pug and jinja2 syntax formatted string to html.
Renders pug and jinja2 syntax formatted string to html. This function will be deprecated in v0.3.x
Pug will be rendered first and can accept will only receive
json-serializable data as its context.
Expand Down

0 comments on commit d023131

Please sign in to comment.