Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 5 redefined get_queryset in ChangeList #428

Open
bsenicar opened this issue Oct 19, 2024 · 0 comments · May be fixed by #429
Open

Django 5 redefined get_queryset in ChangeList #428

bsenicar opened this issue Oct 19, 2024 · 0 comments · May be fixed by #429

Comments

@bsenicar
Copy link

bsenicar commented Oct 19, 2024

Django 5 redefined get_queryset in ChangeList to include facets in filters.

class VersionChangeList in admin.py should be defined as:

class VersionChangeList(ChangeList):
...
def get_queryset(self, request, exclude_parameters=None):
...
queryset = super().get_queryset(request, exclude_parameters)
..

BR
Borut

@fsbraun fsbraun linked a pull request Oct 20, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant