Chris Beaven
Chris Beaven
I understand that. I still want fragments tied to issues. I just *also* want to be able to create fragments that are not tied to an issues. I'm just throwing...
Ok, now also handles router inheritance too like @hiaselhans suggested.
Thanks @UnclePsymon, I had been experiencing exactly the same issue, and removing AppImageLauncher *also* fixed the problem for me (after a reboot). The frustrating thing was that `gnome-shell` was the...
Is this with `DEBUG = False`?
The SMTP connection takes a long time to set up, but once it's up you don't need to connect again. This isn't something restricted to just django-mailer - standard django...
Hrm, that is interesting. You're right - there shouldn't be an SMTP connection established. I'm re-opening this. If you get the chance to take a deeper look, it'd be appreciated.
This sounds like an old Django issue. At least in 1.4, the AdminEmailHandler ensures the subject is devoid of new lines and isn't longer than 989 chars.
This is a somewhat frequent feature request. Personally, it's not a feature I'm interested in but if someone wants to do the work, I'll let it in. Make a `url_thumbnailer`...
There's a `thumbnailer` template filter a the moment that returns a `Thumbnailer` instance. This new filter would do the work of converting a url string to a urllib2 file-like object...
@dpflucas you'll see I just committed something to make this work better. For now, you could probably just do `img = StringIO(img.read())`