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
I'm trying to use Serialize on a django site with no userauth. Serialize is causing an error by checking for request.user.is_authenticated which doesn't exist without AuthenticationMiddleware.
The text was updated successfully, but these errors were encountered:
I'm trying to use
Serialize
on a django site with no userauth. Serialize is causing an error by checking forrequest.user.is_authenticated
which doesn't exist withoutAuthenticationMiddleware
.The text was updated successfully, but these errors were encountered: