Opened 18 years ago
Closed 18 years ago
#2607 closed defect (fixed)
[patch] arguments of super() are in wrong order
Reported by: | 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)
Change History (2)
by , 18 years ago
Attachment: | django-serializer-json.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [3671].