Proxies should report that they are read-only
svn: r15457
This commit is contained in:
		@@ -312,6 +312,8 @@ class ProxyDbBase(DbReadBase):
 | 
			
		||||
 | 
			
		||||
    def __getattr__(self, name):
 | 
			
		||||
        """ Handle unknown attribute lookups """
 | 
			
		||||
        if name == "readonly":
 | 
			
		||||
            return True
 | 
			
		||||
        sname = name.split('_')
 | 
			
		||||
        if sname[:2] == ['get', 'unfiltered']:
 | 
			
		||||
            """
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user