#15177 closed (fixed)
Tell users about the new class based generic views in old generic views documentation
| Reported by: | rasca | Owned by: | rasca |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| 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
What about a big nice note to tell users about the new class based generic views in http://docs.djangoproject.com/en/dev/ref/generic-views/ ? Right now it's the first google result for 'django generic views', and since it's deprecated it should link to the new docs: http://docs.djangoproject.com/en/dev/ref/class-based-views/
Attachments (1)
Change History (6)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
by , 15 years ago
| Attachment: | 15177_generic_views_note.patch added |
|---|
note in generic views ref about generic cbv
comment:2 by , 15 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
I've just copied that same one and uploaded the patch
comment:3 by , 15 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:4 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
You mean like the one in topic: http://docs.djangoproject.com/en/dev/topics/generic-views/ ?