-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add caching to the organization profile viewset #1876
Conversation
2884a9b
to
1980f67
Compare
""" | ||
Specific to clear cache between tests | ||
""" | ||
cache.clear() |
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.
I think we should also call super(self.__class__, self).tearDown()
... In case the inherited class also has some custom tearDown
functionality maybe?
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.
done!
51ebf7e
to
2b04753
Compare
2b04753
to
44c7da6
Compare
Closes #1879
Changes introduced in this PR