Opened 17 years ago
Closed 17 years ago
#5483 closed (fixed)
Remove `load_and_render`
Reported by: | James Bennett | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Keywords: | load_and_render sprintsept14 | |
Cc: | 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
In django.shortcuts
, load_and_render
is created as an alias to render_to_response
, for "backwards compatibility". At this point even the most ancient code in World Online's repository isn't relying on this, so let's get rid of it.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | load_and_render.diff added |
---|
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch which removes load_and_render