Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26704 closed Cleanup/optimization (fixed)

Document DjangoJSONEncoder

Reported by: Will Hardy Owned by: Tommy Beadle
Component: Documentation Version: 1.9
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

DjangoJSONEncoder only appears incidentally in the documentation.

Add a small overview of the class, a use case or two and a list of the fields it supports with their output.

Change History (6)

comment:1 by Tim Graham, 8 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Tommy Beadle, 8 years ago

Owner: changed from nobody to Tommy Beadle
Status: newassigned

comment:3 by Tim Graham, 8 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: assignedclosed

In 729b945:

Fixed #26704 -- Documented DjangoJSONEncoder.

comment:5 by Tim Graham <timograham@…>, 8 years ago

In b04e6ec:

[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.

Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master

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

In d22bac99:

[1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.

Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master

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