#30706: Why isn't the auth.User.id field documented?
-------------------------------------+-------------------------------------
Reporter: Conrad | Owner: nobody
Type: | Status: closed
Cleanup/optimization |
Component: Documentation | Version: master
Severity: Normal | Resolution: wontfix
Keywords: auth Documentation | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):
* status: new => closed
* version: 2.2 => master
* resolution: => wontfix
Comment:
Thanks for the report, however by default, each model has
[https://docs.djangoproject.com/en/2.2/topics/db/models/#automatic-
primary-key-fields automatic primary key field] `id` (if custom primary
key is not specified). I don't think that we need to add redundant `id`
description to the `User` model docs.
--
Ticket URL: <https://code.djangoproject.com/ticket/30706#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/063.0842e3c31b67d77bad03217109ce2881%40djangoproject.com.