Ben Timby
Ben Timby
**Bug Report** (A clear and concise description of what the bug is.) I receive the following error from mypy: `api/serializers.py:10: error: Incompatible types in assignment (expression has type "CharField", base...
WATCH queries are used with LIVE VIEWS. They work like a select statement. I am using LIVE VIEWS and it took me forever to figure out why results were not...
I needed HTTP basic auth for my metrics. This PR adds two optional CLI args: `--http-username` and `--http-password`.
```Traceback (most recent call last): File "/home/btimby/Code/fulltext/fulltext/__init__.py", line 293, in backend_from_fname mime = EXTS_TO_MIMETYPES[ext] KeyError: '' During handling of the above exception, another exception occurred: Traceback (most recent call last):...
If you are using the webdav client with a url such as... ```javascript const client = webdav.Connection({ url: 'http://myserver.com/webdav' "); ``` And you try to perform a move operation like......
While using `django-prometheus` I found a situation where adding a metric to the registry caused a read from cache. I had cache metrics enabled, which attempted to add cache metrics...
If you leave the default quality set to `-1` When saving a webp image, you will receive the following exception `ValueError: invalid configuration`. This error originates from the webp handling...
I am having trouble with this library. I was originally using `django-import-export` and it was working, however, I received timeouts during export so I decided to add this library. However,...
My understanding is that if I set `IMPORT_EXPORT_SKIP_ADMIN_EXPORT_UI=True` in `settings.py` then when clicking the export button from change_list will skip the confirmation page and start the export immediately. I wanted...