Opened 4 years ago

Closed 4 years ago

#32440 closed Cleanup/optimization (invalid)

Copy/Paste in documentation

Reported by: Eliaz Pitavy Owned by: nobody
Component: Documentation Version: 3.1
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Eliaz Pitavy)

Apparently there is a copy/paste in the documentation here:
https://docs.djangoproject.com/en/3.1/ref/class-based-views/generic-editing/#django.views.generic.edit.BaseUpdateView.get

The description of the get and the post method for the BaseUpdateView is the same. If it is not an error, maybe more details would be useful.

Change History (2)

comment:1 by Eliaz Pitavy, 4 years ago

Description: modified (diff)

comment:2 by Mariusz Felisiak, 4 years ago

Resolution: invalid
Status: newclosed

This is not an error, both methods do the same, see BaseUpdateView. What kind of details are you expecting? BaseUpdateView is only one of many ancestors which UpdateView inherits, it is not intended to be used directly.

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