Flávio Juvenal
Flávio Juvenal
Hard to reproduce. If anyone face this again, please open a new issue. Closing this one.
In case you don't have a code to reproduce this, I could reproduce in my project with a code like this: ```python def export(queryset: QuerySet): queryset: FooQuerySet return queryset.annotate(...) ```
Because there are no developers with enough free time to implement this, test this, and ensure it has a good API. Feel free to open a PR, though. @adi-
Please show an example of how are you adding the images, but I think what you're seeing here is not really related to django-templated-email.
Check this: https://markvanlent.dev/2014/01/15/sending-emails-with-embedded-images-in-django/ Seems it depends on the multipart you're setting to your email. Not related to django-templated-email I guess.
`get_templated_email` returns an `EmailMessage` object. You can try: `email_message.mixed_subtype = 'related'` before calling `send`.
@naga293avoma can you paste your full email sending code?
Hi @YPCrumble, that's a great suggestion, but I think that's best to have that as a separate repo/Django app called **django-templated-email-admin** or something similar. Once that's implemented, we can add...
It seems `get_as_tags` could be expanded to work with fonts in general? Please feel free to open a PR with that improvement.
Yes, it would be great to use ISO 8601 formatted dates there. But I don't have the bandwidth to work on that right now. PRs are welcome!