[Django] #35931: Document fields and methods of the FlatPage model
15 views
Skip to first unread message
Django
unread,
Nov 22, 2024, 12:47:56 PM11/22/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#35931: Document fields and methods of the FlatPage model
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Type:
| Cleanup/optimization
Status: new | Component:
| Documentation
Version: 5.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
-------------------------------------+-------------------------------------
The reference documentation for the `flatpages.FlatPage` model [1] says
it's a "standard Django model", but it seems to be missing documentation
for which fields and methods are defined on this model. There's a
`[source]` link so the information isn't too hard to find, but I think a
proper reference documentation would be better.
Compare for example with the documenation for `contrib.User` [2] which is
a lot more complete.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#35931: Document fields and methods of the FlatPage model
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Karol
Type: | Alvarado
In [changeset:"0ee06c04e0256094270db3ffe8b5dafa6a8457a3" 0ee06c04]:
{{{#!CommitTicketReference repository=""
revision="0ee06c04e0256094270db3ffe8b5dafa6a8457a3"
Fixed #35931 -- Documented fields and methods of the FlatPage model.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-...@googlegroups.com
#35931: Document fields and methods of the FlatPage model
-------------------------------------+-------------------------------------
Reporter: Baptiste Mispelon | Owner: Karol
Type: | Alvarado
Cleanup/optimization | Status: closed
Component: Documentation | Version: 5.1
Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Sarah Boyce <42296566+sarahboyce@…>):
In [changeset:"231eb7acc312096e631b8ca11abb4863ce8ea6df" 231eb7ac]:
{{{#!CommitTicketReference repository=""
revision="231eb7acc312096e631b8ca11abb4863ce8ea6df"
[5.2.x] Fixed #35931 -- Documented fields and methods of the FlatPage