-
Hello,
I'm suffering from performance issues because I use a lot of PATCH list API calls involving a large number of objects.
Tastypie implementation of `patch_list` is really inefficient in tha…
-
See here for minimal test showcasing the issue: https://github.com/hackoder/django-auditlog/commit/742bdf6e17eb8cf0817c6400b882363a268f3f2c
We track changes to Django user group memberships using: …
-
### NetBox version
v4.1.3
### Topology Views version
v4.1.0
### Steps to Reproduce
Install NTV on a server configured for anonymous access:
```
LOGIN_REQUIRED = False
EXEMPT_VIEW…
-
I am encountering a `ProgrammingError` when unapplying migrations that include triggers. The error occurs when running the `python manage.py migrate [app] zero` command or unapplying specific migratio…
-
From time to time, my postgres database is cluttered with idle connections, and it can lead to new connections failures, which make my application unavailable.
So my solution was to setup `idle_ses…
-
With the new Django 5.1 version the latest version breaks:
```
app-1 | File "/app/apps/core/fields.py", line 20, in
app-1 | from easy_thumbnails.files import get_thumbnailer
app-1 | …
-
Hello i had the same issue of
https://github.com/montylounge/django-mingus/issues/44
which throws the "ImportError: No module named django_proxy.signals" error
is very easy to solve just install me…
-
**Describe the bug**
I am unable to successfully run ak export_blueprint command in my workers command line.
For other authentik instances I am running separately, it works just fine. I also noticed…
-
For users who are running their app behind a reverse proxy such as Cloudflare, in order to log accurate IPs, they have to rely on other headers rather than Djangos default REMOTE_ADDR. HTTP_X_FORWARDE…
-
Commands that perform bulk updates don't have revisions saved (~~I'm still working out how our various ModelForms are captured by django-reversion~~) but given the multiple snafus we've now had with m…