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)

load_and_render.diff (495 bytes ) - added by James Bennett 17 years ago.
Patch which removes load_and_render

Download all attachments as: .zip

Change History (3)

by James Bennett, 17 years ago

Attachment: load_and_render.diff added

Patch which removes load_and_render

comment:1 by Simon G. <dev@…>, 17 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [6257]) Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago

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