-
I was investigating an admin list page slowness and found out that all options are queried and loaded into memory, which, in case of a large number of options (usually the motivation itself for using …
-
#### Describe the bug
Things like `__contains` and `__startswith` seem to break on foreign-key lookups of attributes, always returning an empty set.
I'm not familiar enough with django to know for…
-
Hello,
Trying to add django-filters to my django admin app. App works without filter. But runserver errors out with "The value of 'list_filter[0]' must inherit from 'ListFilter'." when I add "lis…
-
Update "Adding Report" document for adding reports for snippets and none page models
### Pertinent section of the Wagtail docs
https://docs.wagtail.org/en/stable/extending/adding_reports.html
…
-
hello,
I installed dal_admin_filters with
pipenv install dal_admin_filters
When settings.py includes:
...
INSTALLED_APPS = [
'voiptrunk.apps.VoiptrunkConfig',
'phonenumber_field',
…
-
Address: 0x521a75d6f8020ab527a0659e71559c7d002767e8
Scorer ID: 7835
API key name: Plume Production
API key: ZYaHNrnG
IP Address (optional but recommended): 3.95.86.209 and 34.199.214.122
Date exe…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
When using the PUI login form and logging in with a OpenIDConnect p…
-
### Is your proposal related to a problem?
In the django admin interface, if you have a filter applied in the list view, when going to the detail view these filters will be preserved so that, u…
-
@adriangb in [xpresso](https://github.com/adriangb/xpresso#example) framework created what I think a nicer approach for marking api function arguments. I think it should be the default way in django-…
-
I use [django-hashid](https://github.com/nshafer/django-hashid-field) for my "id" field in my models.
When running jet-django along with these models I get the following error:
```
File "/Use…