Code review comment for lp:~roadmr/canonical-identity-provider/update-raven

Revision history for this message
Daniel Manrique (roadmr) wrote :

Yes; an SSO test run shows this:

/src/canonical-identity-provider/working/env/local/lib/python2.7/site-packages/raven/ contrib/django/client.py:150: RemovedInDjango20Warning: Using user.is_authenticated() and user.is_anonymous() as a method is deprecated. Remove the parentheses to use it as an attribute.
  authenticated = user.is_authenticated()

this MP would fix that warning.

« Back to merge proposal