Django

Code

Ticket #5483 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Remove `load_and_render`

Reported by: ubernostrum Assigned to: nobody
Milestone: Component: Template system
Version: SVN Keywords: load_and_render sprintsept14
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

load_and_render.diff (495 bytes) - added by ubernostrum on 09/14/07 20:59:23.
Patch which removes load_and_render

Change History

09/14/07 20:59:23 changed by ubernostrum

  • attachment load_and_render.diff added.

Patch which removes load_and_render

09/14/07 21:04:29 changed by Simon G. <dev@simon.net.nz>

  • needs_better_patch changed.
  • has_patch set to 1.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

09/14/07 23:52:48 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #5483 (Remove `load_and_render`)




Change Properties
Action