Opened 7 years ago

Closed 7 years ago

Last modified 7 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 Changed 7 years ago by Tim Graham

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 Changed 7 years ago by Tommy Beadle

Owner: changed from nobody to Tommy Beadle
Status: newassigned

comment:3 Changed 7 years ago by Tim Graham

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:4 Changed 7 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: assignedclosed

In 729b945:

Fixed #26704 -- Documented DjangoJSONEncoder.

comment:5 Changed 7 years ago by Tim Graham <timograham@…>

In b04e6ec:

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

Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master

comment:6 Changed 7 years ago by Tim Graham <timograham@…>

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