[Django] #32430: Missing Documentation for BaseUpdateView and BaseDeleteView

29 views
Skip to first unread message

Django

unread,
Feb 8, 2021, 2:11:22 AM2/8/21
to django-...@googlegroups.com
#32430: Missing Documentation for BaseUpdateView and BaseDeleteView
------------------------------------------------+------------------------
Reporter: Anil Khatri | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Generic views | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
------------------------------------------------+------------------------
Extending on to the ticket `https://code.djangoproject.com/ticket/32408`,
we can add documentation for above two base classes in similar fashion.

--
Ticket URL: <https://code.djangoproject.com/ticket/32430>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Feb 8, 2021, 2:16:17 AM2/8/21
to django-...@googlegroups.com
#32430: Missing Documentation for BaseUpdateView and BaseDeleteView
-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: assigned

Component: Generic views | Version: 3.1
Severity: Normal | Resolution:

Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Anil Khatri):

* owner: nobody => Anil Khatri
* status: new => assigned


--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:1>

Django

unread,
Feb 8, 2021, 3:23:05 AM2/8/21
to django-...@googlegroups.com
#32430: Documentation for BaseCreateView, BaseUpdateView, and BaseDeleteView.

-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: assigned
Component: Generic views | Version: 3.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

* stage: Unreviewed => Accepted


Old description:

> Extending on to the ticket `https://code.djangoproject.com/ticket/32408`,
> we can add documentation for above two base classes in similar fashion.

New description:

Follow up to #32408, we can add documentation for other base classes.

--

--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:2>

Django

unread,
Feb 8, 2021, 4:43:28 AM2/8/21
to django-...@googlegroups.com
#32430: Documentation for BaseCreateView, BaseUpdateView, BaseFormView and

BaseDeleteView.
-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: assigned
Component: Generic views | Version: 3.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------

--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:3>

Django

unread,
Feb 8, 2021, 6:12:11 AM2/8/21
to django-...@googlegroups.com
#32430: Documentation for BaseCreateView, BaseUpdateView, BaseFormView and
BaseDeleteView.
-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: assigned
Component: Generic views | Version: 3.1
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Anil Khatri):

* has_patch: 0 => 1


--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:4>

Django

unread,
Feb 8, 2021, 11:34:06 AM2/8/21
to django-...@googlegroups.com
#32430: Documentation for BaseCreateView, BaseUpdateView, BaseFormView and
BaseDeleteView.
-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: closed

Component: Generic views | Version: 3.1
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06" 6ee86a1]:
{{{
#!CommitTicketReference repository=""
revision="6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06"
Fixed #32430 -- Doc'd base class-based views.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:5>

Django

unread,
Feb 8, 2021, 11:34:24 AM2/8/21
to django-...@googlegroups.com
#32430: Documentation for BaseCreateView, BaseUpdateView, BaseFormView and
BaseDeleteView.
-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: closed
Component: Generic views | Version: 3.1
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"bae685f267202b0d6250a402e675be006cb9699b" bae685f2]:
{{{
#!CommitTicketReference repository=""
revision="bae685f267202b0d6250a402e675be006cb9699b"
[3.2.x] Fixed #32430 -- Doc'd base class-based views.

Backport of 6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:6>

Django

unread,
Feb 8, 2021, 11:34:50 AM2/8/21
to django-...@googlegroups.com
#32430: Documentation for BaseCreateView, BaseUpdateView, BaseFormView and
BaseDeleteView.
-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: closed
Component: Generic views | Version: 3.1
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"b1416cbc8bdb066125d3f499ea52dd17a5c52bab" b1416cbc]:
{{{
#!CommitTicketReference repository=""
revision="b1416cbc8bdb066125d3f499ea52dd17a5c52bab"
[3.1.x] Fixed #32430 -- Doc'd base class-based views.

Backport of 6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:7>

Django

unread,
Mar 16, 2021, 3:03:57 AM3/16/21
to django-...@googlegroups.com
#32430: Documentation for BaseCreateView, BaseUpdateView, BaseFormView and
BaseDeleteView.
-------------------------------------+-------------------------------------
Reporter: Anil Khatri | Owner: Anil
Type: | Khatri
Cleanup/optimization | Status: closed
Component: Documentation | Version: 3.1

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

* component: Generic views => Documentation


--
Ticket URL: <https://code.djangoproject.com/ticket/32430#comment:8>

Reply all
Reply to author
Forward
0 new messages