Steven Mapes
Steven Mapes
> **Update**: even though the linked URL now reports results without commas, I'm still seeing this in the wild on other URLs. > > Hm, I wonder if the HIBP...
I should add this is a rather urgent fix as it will be breaking anything that relies on this project
A simple example of this issue is: Set up a memcached server with a 5MB item_size_max and then trying saving something larger than 1MB. It'll fail. Then edit ```memcache.SERVER_MAX_VALUE_LENGTH``` and...
> Aren't they using s3 APIs? thinking That is true. I'm still waiting for a response to my access request so I could test it myself, was hoping someone may...
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...
so what was the actual fix for this? I'm seeing it occur a lot and am having to kill the daemon, wait, then kill the worker processes and start up...
For reference for anyone coming to this I'm currently using this with Django 4.2 and Django 3.14.0 running Python 3.11.2. I've also run it on Django 3.2, 4.0 and 4.1...
Any update on this as the warnings break my CI/CD flow unless I turn off error::DeprecationWarning which I really don't want to
Update. I've managed to get it working but by using the exclude option within the .pre-commit-config.yaml file rather than the prproject.toml My yaml file now reads as: ``` - repo:...
This PR now includes updated tests to run the following Python 3.6 through 3.10 with Django 3.2 Python 3.8 through 3.10 with Django 4.0 Python 3.8 through 3.10 with Django...