Opened 12 years ago

Closed 12 years ago

#18276 closed Bug (invalid)

404 when accessing generic views documentation from google

Reported by: anonymous Owned by: nobody
Component: *.djangoproject.com Version:
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I searched google for "django generic views" and the first result was https://docs.djangoproject.com/en/dev/ref/generic-views/ which returns a 404.

Change History (1)

comment:1 by Claude Paroz, 12 years ago

Resolution: invalid
Status: newclosed

Function-based generic views which were documented in this page have been removed in the development version. See https://docs.djangoproject.com/en/dev/ref/class-based-views/

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