Opened 13 years ago

Last modified 12 years ago

#16787 closed Bug

{% load %} doesn't work with libraries in package heierarcy — at Version 1

Reported by: Ivan Sagalaev Owned by: Ivan Sagalaev
Component: Template system Version: 1.3
Severity: Release blocker Keywords:
Cc: chris@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Jannis Leidel)

In other words {% load package.lib %} doesn't work.

The docstring of load tag suggests it should work and it used to work before changeset r12944. We should allow this behavior again and document it properly in docs.

Change History (5)

comment:1 by Jannis Leidel, 13 years ago

Description: modified (diff)
Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted

This is a regression and therefore a release blocker.

by Ivan Sagalaev, 13 years ago

Attachment: 16787.diff added

Patch with tests and docs

by Ivan Sagalaev, 13 years ago

Attachment: 16787.2.diff added

Patch with all new included.

by Ivan Sagalaev, 13 years ago

Attachment: 16787.3.diff added

More specific tests

by Ivan Sagalaev, 13 years ago

Attachment: 16787.4.diff added

Fixed some typos, reformulated docstring.

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