Opened 3 years ago

Closed 3 years ago

#32677 closed Cleanup/optimization (invalid)

django.db.models.fields.related.relatedfield not described in the documentation

Reported by: mypseudo Owned by: nobody
Component: Documentation Version: 3.2
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

django.db.models.fields.related.relatedfield is not described in documentation

Change History (1)

comment:1 by Mariusz Felisiak, 3 years ago

Resolution: invalid
Status: newclosed
Type: UncategorizedCleanup/optimization

RelatedField is a private API, intentionally undocumented.

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