Alexandre Spaeth
Alexandre Spaeth
Hello, I'm having the same issue as described here: http://stackoverflow.com/questions/24223369/celery-haystack-search-index-not-being-updated-with-the-latest-values (some version diffs) You are mentionning that this lib is not compatible with celery 3.1. Can you explain why ?...
I noticed that 2 methods on the `Q` object were never typed. I’m not 100% sure about the signature for `flatten`.
This is a tracking issue for changes that are needed for Django 4.2, based on [release notes](https://docs.djangoproject.com/en/dev/releases/4.2/). - [ ] Support for psycopg3 (`django.db.backends.postgresql.psycopg_any`) - [ ] [Registration lookups](https://docs.djangoproject.com/en/dev/ref/models/lookups/#lookup-registration-api) on...
Fixes #537 537
It seems that the following changes introduced a bug: https://github.com/typeddjango/djangorestframework-stubs/commit/133e572f08c83c5048a88891686d399e496812f0 It’s possible to not pass any `view_name` to a `HyperlinkedRelatedField` if you create a subclass that will define the `view_name`...
Considering HTTPBasicAuth is what [requests will use if you pass a tuple](https://requests.readthedocs.io/en/latest/user/authentication/#basic-authentication), we could probably simplify a bit my changes in `_mjml_render_by_httpserver`. But otherwise, that’s the only changes I would...
# Bug report ## What's wrong When running django-stubs 5.0.2, mypy goes through without error. But when updating django-stubs to 5.0.3, I’m getting the following error: `error: INTERNAL ERROR: maximum...
> Note from Archmonger: > This ticket [was discovered](https://github.com/Archmonger/ServeStatic/issues/64#issuecomment-2490072512) to be a middleware misconfiguration issue. [Automated checks](https://github.com/Archmonger/ServeStatic/issues/64#issuecomment-2490363320) should be created that tell the user if something is set up wrong....
You can do that either with trove classifiers in pypi, or the best solution now is probably to implement [PEP 639](https://peps.python.org/pep-0639/) in pyproject.toml. ``` license = "Apache-2.0" license-files = ["LICENSE"]...