Steven Mapes
Steven Mapes
I've not heard anything myself. I'm using this with Django 4.2 so I'll update this PR again shortly with an another update to the tox matrix and readme
I've now updated the test matrix to remove the tests for Python 3.6 but to add in tests for Python 3.11 (Django 4.1.3+ and Django 4.2) as well as matrix...
@jdufresne @twidi -If one of you gets time it would be great if you could merge this PR and push another release to Pypi to show that this package works...
I've just updated my PR to include the fix from #90 to remove pkg_resources from the project. This means that it is also now passing unit tests for Python 3.12...
I've just updated that PR to include support for Django 5.0 by merging in #90 and updating the test matrix. I may rename my fork soon so I can push...
@twidi - I'm interested in taking over the project if you can no longer maintain it. Otherwise what I will do soon is to take my fork and switch it...
The PR for this is in #90 as well as my PR in #92
My PR has now been updated to include tests up to Django 4.2 and Python versions 3.11 (Django 4.1.3+ and 4.2). I've also removed the tests for Python 3.6 as...
What I tend to do is to perform that filter in the view/viewset rather than in the filter, that way it's already been applied to the queryset before the queryset...
You need to write the JS uploader and then the Django view to handle the upload yourself. Here's what I did to achieve this where I use Django Storages as...