Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#25969 closed Cleanup/optimization (fixed)

De-emphasize render_to_response() in docs

Reported by: Tim Graham Owned by: Tim Graham
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

To prepare for a possible future deprecation, we should remove unnecessary usage of render_to_respones() in docs and tests. django-developers discussion

Change History (5)

comment:1 by Tim Graham, 8 years ago

Has patch: set

comment:2 by Tim Graham <timograham@…>, 8 years ago

In edf3b88f:

Refs #25969 -- Replaced usage of render_to_response() with render() in tests.

comment:3 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 4d83b016:

Fixed #25969 -- Replaced render_to_response() with render() in docs examples.

comment:4 by Tim Graham <timograham@…>, 8 years ago

In 2f205e07:

[1.9.x] Refs #25969 -- Replaced usage of render_to_response() with render() in tests.

Backport of edf3b88f1ad8f6e900fb3273cc8a573d3d77ce16 from master

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

In d162b0bc:

[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples.

Backport of 4d83b0163e15f8352fd17fa121e929842ff2b686 from master

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