Opened 5 years ago
Closed 5 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 )
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 , 5 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 5 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is not an error, both methods do the same, see BaseUpdateView. What kind of details are you expecting?
BaseUpdateViewis only one of many ancestors whichUpdateViewinherits, it is not intended to be used directly.