New database proxy which passes through objects which are referenced by at least one another object.

svn: r10845
This commit is contained in:
Gary Burton
2008-07-07 19:25:18 +00:00
parent 2824964116
commit b2f0e1e537
5 changed files with 414 additions and 2 deletions

View File

@ -426,7 +426,6 @@ class PrivateProxyDb(ProxyDbBase):
> result_list = [i for i in find_backlink_handles(handle)]
"""
raise NotImplementedError
# This isn't done yet because it doesn't check if references are
# private (like a SourceRef or MediaRef). It only checks if the
# referenced object is private.