Opened 8 years ago

Closed 7 years ago

Last modified 5 years ago

#25978 closed Cleanup/optimization (fixed)

Deprecate shortcuts.render_to_response()

Reported by: Tim Graham Owned by: GitHub <noreply@…>
Component: Core (Other) Version: dev
Severity: Normal Keywords: 2.0
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

Per discussion on django-developers, we've removed usage of render_to_response() from the docs and discouraged its usage. To give some more time for projects to adapt, we'll start the deprecation in Django 2.0 which means it'll be removed in Django 3.0 (December 2019).

Change History (6)

comment:1 by Shivam, 8 years ago

Owner: changed from nobody to Shivam
Status: newassigned

comment:2 by Tim Graham, 8 years ago

Owner: Shivam removed
Status: assignednew

This ticket is in the "Someday/Maybe" stage. It shouldn't be started until Django 2.0 is in development. Currently Django 1.10 is in development.

comment:3 by Tim Graham, 7 years ago

Has patch: set
Triage Stage: Someday/MaybeAccepted

comment:4 by Claude Paroz, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by GitHub <noreply@…>, 7 years ago

Owner: set to GitHub <noreply@…>
Resolution: fixed
Status: newclosed

In 7b6e4208:

Fixed #25978 -- Deprecated shorcuts.render_to_response().

comment:6 by Tim Graham <timograham@…>, 5 years ago

In 573ec714:

Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.

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