v3.0.2
What's Changed
This is a minor release addresses the N+1 problem caused by #1315.
WARNING
Just a heads up for folks who use get_queryset as an auth layer. If you need that, you can stick with versions between >=3.0.0b9 and <3.0.2 for now. Feel free to suggest a different way that won't lead to those pesky N+1 SQL query issues.
-
Add pre-commit to dev-setup by @sjdemartini in #1403
Full Changelog: 3.0.2...v3.0.2