Opened 13 years ago
Closed 13 years ago
#19600 closed Bug (invalid)
Class Based Views documentation methods: "request" should be "self"
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.