Changeset 18:40ba502fe87e in mailjam for bin

Timestamp:
May 22, 2012, 1:26:27 PM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Fixed a bug in the code that loads python objects from json dumps.

This bug was raising TypeError exceptions when the dumped object contained
more attributes defined in the init method than the arguments accepted
by the init method itself.

(You can reproduce this error in previous revisions of the code by dumping
a mailjam.models.MailingList object and then trying to load it from the
json dump).

(No files)

Note: See TracChangeset for help on using the changeset viewer.