Files
django-anymail/anymail
Mike Edmunds edf2a3ddcf Handle Django lazy strings.
In BasePayload, ensure any Django ugettext_lazy
(or similar) are converted to real strings before
handing off to ESP code. This resolves problems where
calling code expects it can use lazy strings "anywhere",
but non-Django code (requests, ESP packages) don't
always handle them correctly.

* Add utils helpers for lazy objects (is_lazy, force_non_lazy*)
* Add lazy object handling to utils.Attachment
* Add lazy object handling converters to BasePayload attr
  processing where appropriate. (This ends up varying by
  the expected attribute type.)

Fixes #34.
2016-12-30 15:48:08 -05:00
..
2016-12-30 15:48:08 -05:00
2016-02-27 12:03:45 -08:00
2016-10-25 11:53:41 -07:00
2016-05-12 21:18:04 -07:00
2016-06-22 15:31:30 -07:00
2016-12-30 15:48:08 -05:00