tianwen2976 / webapp-improved

Automatically exported from code.google.com/p/webapp-improved
Other
0 stars 0 forks source link

User.add_auth_id return mismatches documentation. #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
From the documentation:
http://code.google.com/p/webapp-improved/source/browse/webapp2_extras/appengine/
auth/models.py#232

  "If creation succeeds, ``info`` is the user entity; otherwise it is a list of duplicated unique properties that caused creation to fail."

This does not match what the code actually does:
http://code.google.com/p/webapp-improved/source/browse/webapp2_extras/appengine/
auth/models.py#245

  return False, ['auth_id']

Original issue reported on code.google.com by erichigg...@gmail.com on 19 Sep 2012 at 7:01