You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix the caching of featured projects
Currently the `if` block actually evaluates the queryset,
causing it never to actually cache the query that we want it to cache.
* Add homepage cache tests
* Don’t test logged in queries because they vary too much.
* Clear cache on both sides
0 commit comments