#1396 closed defect (fixed)
[magic-removal][patch] Not checking for silent_variable_failure in related object lookups
Reported by: | Owned by: | Russell Keith-Magee | |
---|---|---|---|
Component: | Template system | Version: | magic-removal |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As of r2384 of magic-removal: resolve_variable in django.template was not checking for silent_variable_failure in attribute lookup, which is the post-Descriptor way of getting Related Objects.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | relatedobject.patch added |
---|
comment:1 by , 19 years ago
Summary: | Not checking for silent_variable_failure in related object lookups → [magic-removal][patch] Not checking for silent_variable_failure in related object lookups |
---|
Make it obvious what it refers to and that I attached a patch.
comment:2 by , 19 years ago
Owner: | changed from | to
---|
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch