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

Fix performance of EmailAdmin view. #416

Closed
wants to merge 1 commit into from

Conversation

barqshasbite
Copy link

Add a filter and select_related to the queryset to limit the records being fetched by the custom get_queryset logic.

Fixes #415

Add a `filter` and `select_related` to the queryset to limit the
records being fetched by the custom `get_queryset` logic.

Fixes ui#415
@selwin
Copy link
Collaborator

selwin commented Oct 7, 2022

@barqshasbite mind fixing the conflict so I can merge this in? Hoping to cut a release this weekend or next week at the latest.

@petrprikryl
Copy link
Contributor

It has been fixed in #413. And select_related is not more needed due #414.

@selwin
Copy link
Collaborator

selwin commented Feb 28, 2023

Fixed in #413

@selwin selwin closed this Feb 28, 2023
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.

Poor performance in EmailAdmin view.
3 participants