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
we do something like if isinstance(author, User) and author.is_authenticated(): and that's fails if the "author" instances is not from the default User model.
we do something like
if isinstance(author, User) and author.is_authenticated():
and that's fails if the "author" instances is not from the defaultUser
model.discovered here http://stackoverflow.com/questions/31416140/python-sh-set-user-email-to-commit-git
The text was updated successfully, but these errors were encountered: