Changes between Initial Version and Version 1 of Ticket #25851
- Timestamp:
- Dec 2, 2015, 6:31:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25851 – Description
initial v1 1 The [https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#setting-a-variable-in-the-context template tag docs] link to the assignment tag, which was deprecated in # 25831.1 The [https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#setting-a-variable-in-the-context template tag docs] link to the assignment tag, which was deprecated in #18651. 2 2 3 3 > Finally, if you only need to have a simple syntax for your custom context-updating template tag, you might want to consider using the assignment tag shortcut we introduced above.