-
The point of using a library like django-storages is to abstract away the difference between the cloud object storage solutions. The same code should execute the same tasks across the different backen…
-
* #377
* ~~Switch to inline SVG flags for fewer HTTP requests~~
* Some flags are somewhat large (>100kb) so better to allow browser to cache and re-display as filters are applied.
* [ ] Test with…
-
# Bug report
## What's wrong
After updating to version 1.13.0, I'm getting a false positive when using mixins with DeleteView. Probably [this commit](https://github.com/typeddjango/django-stubs/…
-
We're seeing some sort of a deadlock, or some other type of locking problem while opening new Postgres DB connections using `ddtrace:2.10.4`. The problem seems to have been introduced between `2.9.2` …
-
Im calling `migrate` on my manage.py but it is not working.
I am running Ubuntu 18.04 and as i have tested creating a completely new django project and adding the dependencies for django-filer ever…
-
I'm trying to use django-webtest via pytest on a Django project that doesn't have `django.contrib.auth` in its `INSTALLED_APPS`. I also want to turn CSRF checks off in my tests, so I've put the follow…
-
* Django next url mixin version: 0.4.0
* Django version: 3.2
* Python version: 3.9.6
* Operating System: Linux 7745b13a27a3 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_…
-
It seems the current version is not compatible with other django apps, such as Django-guardian. Only the first mixin will show up in the admin page. If I put the django-fsm-admin in front of django-gu…
-
### Ticket Description
While working on or discussing issue #544, the fix implemented there could have provided an even better developer experience. To resolve this further development work is requir…
-
I created a mixin for Django models and I would like to know how to properly type it, e.g.:
```python
from django.db import models
T = TypeVar("T", bound=models.Model)
class SafeCreateMixi…