Mathijs de Bruin
Mathijs de Bruin
Impossible is nothing. Just the code needs to be written and maintained. Perhaps it's easier to just create a custom view and form and, perhaps, abstract the subscription logic from...
This information leak has been noticed before and, at the time, I felt the loss in convenience to outweigh the security hazards. In hindsight, I guess it is worth to...
Thanks! If wait and submit aren't there yet, perhaps we should not close the SVG ticket altogether. Any chance we could find equivalent SVG icons for these messages to fully...
@dkdndes Sounds like overkill to me. Couldn't we just use _one_ of their spinners and copy it as a direct replacement?
I guess the simplest option would be to add a static SVG spinner image and then use stepped CSS animation to animate it.
Thanks for the contrib! However, it seems to me that these characters should be escaped rather than removed. It's 2020, we have UTF-8 these days and it happens to be...
Of course you didn't do it because you're in love with ASCII. ;) In python 3 there's a dedicated function to make recipient headers. https://docs.python.org/3/library/email.utils.html You might need to backport...
Turns out django-anymail does not include persistent storage of delivery statusses, but does provide [signals](https://anymail.readthedocs.io/en/stable/sending/tracking/#anymail.signals.AnymailTrackingEvent) and [normalized status codes](https://anymail.readthedocs.io/en/stable/sending/anymail_additions/#anymail.message.AnymailStatus.status). Hence, we would have to create something like a `DeliveryStatusEvent` model,...
> The tests prevented me from making a mistake. I don't think [this](https://github.com/dokterbob/django-newsletter/blob/57ac58df4e6049d30e4b9871a31e738d79fc7bb4/newsletter/admin.py#L71) can be "fixed". But other line is being fixed in this PR. Makes it easer to subclass....
Right. Thanks for the feedback. Are the API's used here documented API's? If not, they might be eligible to change and thus they might add additional maintenance load. In such...