#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)
Change History (6)
by , 15 years ago
| Attachment: | generic-views-migration.patch added |
|---|
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
That was me.