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

BI: Update for changes made to admin.FieldListFilter in Django 5.x #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

m000
Copy link

@m000 m000 commented Feb 17, 2025

Addresses #36. Based on https://github.com/jacobwegner/django-admin-numeric-filter/tree/django-51 but:

  • also supports django<5
  • does not make changes to SingleNumericFilter (it's not clear whether they are needed or not)

See: https://docs.djangoproject.com/en/5.1/releases/5.0/#django-contrib-admin

@m000
Copy link
Author

m000 commented Feb 17, 2025

@jacobwegner Maybe you have some context why SingleNumericFilter.queryset needs to be removed? Or were you testing for something unrelated?

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 this pull request may close these issues.

2 participants