#15528 closed (fixed)
load template tag needs versionadded directive
Reported by: | Jannis Leidel | Owned by: | Gabriel Hurley |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | easy-pickings | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
the form {% load foo bar from somelibrary %}
is new in 1.3 and needs a versionadded directive.
http://docs.djangoproject.com/en/dev/ref/templates/builtins/#load
Change History (3)
comment:1 by , 14 years ago
Keywords: | easy-pickings added |
---|---|
Needs documentation: | unset |
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
Yep, the ability to use the "from" syntax in load was added in [14643]. However, this needs a versionchanged directive rather than versionadded since the load tag existed previously, it just didn't have support that syntax.