Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15241 closed (fixed)

Documentation of topic generic-views-migration needs updating

Reported by: Jonney Owned by: Jonney
Component: Documentation Version: 1.3-beta
Severity: Keywords: mimetype, context_processors
Cc: cool@… 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 Ticket #12815
TemplateResponseMixin.get_response() and TemplateResponseMixin.get_context_instance() were removed.

So,the following documentation needs updating:
http://docs.djangoproject.com/en/dev/topics/generic-views-migration/#mimetype
http://docs.djangoproject.com/en/dev/topics/generic-views-migration/#context-processors

I made a patch,I wish it would be helpfull.

Attachments (1)

generic-views-migration.patch (1.7 KB ) - added by Jonney 13 years ago.

Download all attachments as: .zip

Change History (6)

by Jonney, 13 years ago

comment:1 by anonymous, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 13 years ago

That was me.

comment:3 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: newclosed

In [15479]:

Fixed #15241 -- Updated the upgrading notes for generic views to reflect recent changes in class-based views. Thanks to Jonney for the report and patch.

comment:4 by Russell Keith-Magee, 13 years ago

In [15481]:

Refs #15241 -- Further clarifications to the generic view migration docs.

comment:5 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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