No lazy_* needed here; Add ReallyLazyProxy.__repr__.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 25 Apr 2013 12:16:17 +0000 (14:16 +0200)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 25 Apr 2013 12:31:29 +0000 (14:31 +0200)
commit5ae0cbaa551ca1457bb9b84ccad72836db1bf5fc
tree9b40dbe8c4f9be2ab96636eb8394ab5d8da4e2b4
parentc47be4b8bad385772c9926d2219f347628f60045
No lazy_* needed here; Add ReallyLazyProxy.__repr__.

One should use lazy_* only if you have a good reason.

This one found by our unit tests!

For example add_message adds the message to the session,
the session needs to be serialized (with json) and well,
LazyProxy is not serializable.

To aid in debugging, gave our ReallyLazyProxy a __repr__.
mediagoblin/edit/views.py
mediagoblin/tools/translate.py