-
### Issue Summary
Converting a `unique_together` to `UniqueConstraint` results in an uncaught `IntegrityError` when trying to add a duplicate in a related model with `InlinePanel`.
```py
…
-
The problem is that default DD configuration for mysql, django (cache), defaultdb, requests, and potentially other libraries has each of these going to a shared service of the same name that is used a…
-
Heya,
Context:
I've been experiencing some issues with application css messing up the toolbar.
Putting the component into a shadowdom would fix this issue, and since ddt doesn't interact with t…
-
**Describe the bug**
When combining JWTAuth from django-jwt-auth with django_auth, if the latter precedes the former in the `auth=[]` parameter, calls using Bearer auth fail on "detail: CSRF check Fa…
-
I would to configure dal to work in a form using autocomplete light. After almost a day of debugging I came to the conclusion by using stripping everything bare to realize that django material for wha…
-
I noticed that adding `django-types` to my project installed `types-psycopg2` too
But I'm not using Postgres db and I don't have `psycopg2` installed
In Django that's an optional dependency that…
-
we can look at all errors on the new rust replay capture path here
https://grafana.prod-us.posthog.dev/explore?schemaVersion=1&panes=%7B%22c1h%22%3A%7B%22datasource%22%3A%22P8E80F9AEF21F6940%22%2C…
-
-
Does the latest version work with Django 5? Anybody tried it? Is there a release planned with Django 5 support?
-
I am trying to use the get_custom_token_query trigger found in the docs
However, I am getting an exception:
**_[DEBUG] [django_saml2_auth.utils.handle_exception] 'str' object has no attribute 'access_…