Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29423 closed Cleanup/optimization (fixed)

Add reference documentation for Field.value_from_object()

Reported by: rlalik Owned by: nobody
Component: Documentation Version: 2.0
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The value_from_object() method of the models.Field is not documented, it is only mentioned once in:
https://docs.djangoproject.com/en/2.0/howto/custom-model-fields/#converting-field-data-for-serialization

Change History (4)

comment:1 by Tim Graham, 6 years ago

Summary: Field.value_from_object is not documentedAdd reference documentation for Field.value_from_object()
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Tim Graham, 6 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: newclosed

In ecb825a:

[2.1.x] Fixed #29423 -- Documented Field.value_from_object().

Backport of 4c35a173e881deaff17e5343181dcbc36177a4af from master

comment:4 by Tim Graham <timograham@…>, 6 years ago

In 4c35a173:

Fixed #29423 -- Documented Field.value_from_object().

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