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 QuerySet results when Q() conditions are empty or full #23

Closed
wants to merge 1 commit into from

Conversation

timgraham
Copy link
Collaborator

@timgraham timgraham commented May 10, 2024

fixes #22

This draft seems to work for simple cases, but not for more complicated cases like queries.tests.Ticket12807Tests.test_ticket_12807. I'm not sure it can work without some refactoring of add_filters().

@timgraham
Copy link
Collaborator Author

This will be fixed in #33.

@timgraham timgraham closed this May 22, 2024
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.

QuerySet results incorrect when Q() is empty or full
1 participant