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).