Opened 11 years ago

Closed 11 years ago

#19600 closed Bug (invalid)

Class Based Views documentation methods: "request" should be "self"

Reported by: wim@… Owned by: nobody
Component: Documentation Version: dev
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

In:
https://docs.djangoproject.com/en/dev/ref/class-based-views/base/#django.views.generic.base.View.dispatch
and subsequent methods, the first argument in the method definition is called: "request", in stead of: "self" (which in my opinion is correct)

Change History (1)

comment:1 by anonymous, 11 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top