-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Progressing #2704 #3076
Progressing #2704 #3076
Conversation
Thanks for moving forward with this. Assume the upshot of this is to not call |
@tomchristie just pushed a failing test to demo the revaluation issue from #2602. That obviously fails with the change to |
|
||
assert serializer.data == expected | ||
|
||
def test_manager_queryset_revaluation(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be in an Issue2602TestCase
class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, done.
@jpadilla Okay, good progress, and basically resolved I think. See here: #2602 (comment) Essentially #2602 is invalid. We should remove the test for it, and merge this. |
We might want to think about if there's any ways we can guard against queryset caching between views being called, but don't know if it'll really be possible or not. |
Closes #2704 |
@jpadilla Think I'm happy with this now, ready to merge when you are. |
@tomchristie all yours. Thanks! |
Go team! |
Don't merge this yet.