Matt Molyneaux

Results 82 issues of Matt Molyneaux

Look at this and weep: https://github.com/moggers87/django-sendfile2/blob/aed66c86f810115477247ae193803dc7cf46bb56/django_sendfile/tests.py#L52-L56 Also none of the tests use `override_settings`, which they should. There's probably a whole host of things that are wrong with those tests that...

bug

Following on from #18 `sendfile()` currently checks if the requested file exists regardless of chosen backend. However, most backends actually support serving files that are not necessarily accessibly to the...

enhancement

See https://django-downloadview.readthedocs.io/en/1.9/overview.html According to https://github.com/benoitbryon/django-downloadview/issues/146 that package is dead. The views are something we could port over. There was an attempt to add class based views to this package (see...

question

This seems to be something people want, so I'd be happy to accept a pull request. Just make sure you add tests for your views :wink:

enhancement
good first issue

This has now been released, but it introduces a few issues: 1. It breaks one of our tests (easy enough to fix) 2. We should probably write other tests to...

This is partly a bug with Django-OTP. [See this PR](https://bitbucket.org/psagers/django-otp/pull-requests/18/expose-default-static-device-name-used-by/diff) If the specified user has already generated backup tokens (and thus has a StaticDevice), then `addstatictoken` will behave as expected...

https://github.com/django-mptt/django-mptt#this-project-is-currently-unmaintained

Oops, somehow missed that one!

enhancement
app:inboxen
Inboxen.org

Saw an email today with something like this: ``` ``` Apparently this refers to an email attachment, though none of the attachments were called `qrcode.png`. Should be quit easye to...

enhancement
app:inboxen

When registration is closed it is sometimes still desirable to allow new users to join. Other software solves this issue with invite links that can be given out. It would...

app:inboxen
app:account