Opened 18 years ago

Closed 18 years ago

#2607 closed defect (fixed)

[patch] arguments of super() are in wrong order

Reported by: dummy@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

in the DateTimeAwareJSONEncoder.default() the super() call needs a changed order of the arguments self and DateTimeAwareJSONEncoder

Regards,
Dirk

Attachments (1)

django-serializer-json.diff (514 bytes ) - added by dummy@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by dummy@…, 18 years ago

Attachment: django-serializer-json.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in [3671].

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