AuthenticatedUser.add_watched and .remove_watched

This commit is contained in:
Vincent Jacques
2012-02-13 22:34:18 +01:00
parent fcbcd145bb
commit d575753130
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -81,5 +81,5 @@ AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "repos", Repositor
NamedUser._addAttributePolicy( ExtendedListAttribute( "repos", Repository ) )
Organization._addAttributePolicy( ExtendedListAttribute( "repos", Repository ) )
AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "watched", Repository ) )
AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "watched", Repository, True, True ) )
NamedUser._addAttributePolicy( ExtendedListAttribute( "watched", Repository ) )