Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Gabriel Hurley, 13 years ago

Keywords: easy-pickings added
Needs documentation: unset
Owner: changed from nobody to Gabriel Hurley
Status: newassigned
Triage Stage: UnreviewedAccepted

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.

comment:2 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: assignedclosed

In [15735]:

Fixed #15528 -- Added versionchanged directive to load template tag docs.

comment:3 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top