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

No results without Get parameters since 2.0 #957

Closed
lggwettmann opened this issue Aug 2, 2018 · 3 comments
Closed

No results without Get parameters since 2.0 #957

lggwettmann opened this issue Aug 2, 2018 · 3 comments

Comments

@lggwettmann
Copy link

When a user used to go to http://localhost:8000/courses/, he would see the full and unfiltered query set. Just updated to 2.0 and since then, the result query set is empty if there are not get-parameters.
If there are get parameters (e.g. http://localhost:8000/courses/?show_past=on), then the filtered query set is shown.

I didn't read anything about that in the migration guide - is this a bug or a new default behavior? How can I show the full unfiltered query set again?

Thanks for your help.

@rpkilby
Copy link
Collaborator

rpkilby commented Aug 3, 2018

The behavior shouldn't have changed. Can you provide a more concrete test case?

@carltongibson
Copy link
Owner

@lggwettmann Can you create a test case that fails on 2.0 and passes on 1.1? If so we can bisect the change and work out what altered.

@carltongibson
Copy link
Owner

Duplicate of #930

@carltongibson carltongibson marked this as a duplicate of #930 Aug 3, 2018
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

No branches or pull requests

3 participants