app/gsoc/models/__init__.py
author Todd Larsen <tlarsen@google.com>
Wed, 21 Jan 2009 21:32:51 +0000
changeset 889 5f3136a5eb4c
parent 54 03e267d67478
permissions -rw-r--r--
Make checkAgreesToSiteToS() the default access check for many other checks. Replace checkIsUser() with the more-strict checkAgreesToSiteToS(). Also, add missing args and kwargs parameters to checkAgreesToSiteToS() that were missed in the merge right before commit. Patch by: Todd Larsen Review by: to-be-reviewed