-
A user signs up for an account with a mixed case email address like User@example.com and confirms the address. This creates a user with primary email User@example.com. The user subsequently logs out a…
-
The test suite currently takes several minutes to complete although we only have ~500 tests.
While I have not exactly traced the timing, I believe that a much of the time maybe coming from the facto…
-
# Bug Report
Installing under Ubuntu 22.04, latest updates.
## Description
Using mysql, confirmed credentials.
```
root@horilla:~/horilla# python3 manage.py makemigrations
Migrations for…
-
**Describe the bug**
When using a "Client Credenitals" app configured with a hashed client secret calling the `convert-token` always fails with error `invalid_client`
I believe that now the clien…
-
Being not that fluent in Python I can't say if I'm doing something wrong or it's a plain incompatibility of this app with Django 4.2 and Python 3.11.5 (or Wagtail CMS in my case).
My fields (as in…
-
### Discussed in https://github.com/celery/celery/discussions/7276
Originally posted by **fcovatti** February 3, 2022
I am experiencing an issue with celery==5.2.3 that I did not experience w…
rombr updated
1 month ago
-
I have created an Assistant for creating a Full Django Python Application Generator Assistant.
I call it Super Python Assistant is designed to automate the creation and setup of Django Python appl…
-
https://docs.pulpproject.org/pulpcore/installation/instructions.html#pypi-installation
pulp 3.19.0
1. there is warning about 3.19.0 being unsupported
```
You are looking at the docs for an un[…
-
## Description of bug / unexpected behavior
TracedPath stroke_opacity gradient has weird bug where the opacity gradient direction suddenly flips mid animation
## Expected behavior
Fading trail …
-
This may also be related to #431?
My custom user model uses `USERNAME_FIELD = "email"`. And my settings for DJOSER has `"LOGIN_FIELD": "email"`.
With the `users/me` endpoint I can `PATCH` or `…