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

Rewrite template tags to be simple_tags #18

Merged
merged 1 commit into from
Feb 23, 2016
Merged

Rewrite template tags to be simple_tags #18

merged 1 commit into from
Feb 23, 2016

Conversation

arthur-wsw
Copy link

assignment-tags has been deprecated since version 1.9:
simple_tag can now store results in a template variable and should be used instead.
https://docs.djangoproject.com/en/1.9/howto/custom-template-tags/#assignment-tags

Closes #14

assignment-tags has been deprecated since version 1.9:
simple_tag can now store results in a template variable and should be used instead.
https://docs.djangoproject.com/en/1.9/howto/custom-template-tags/#assignment-tags

Closes #14
paltman added a commit that referenced this pull request Feb 23, 2016
Rewrite template tags to be simple_tags
@paltman paltman merged commit 73fd100 into pinax:master Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants