Filter more fields

This commit is contained in:
Loïc Faure-Lacroix 2015-03-11 11:26:26 +03:00 committed by Jose Maria Alzaga
parent f0b62fc811
commit 6d54370e86

View File

@ -183,7 +183,7 @@ class document_page_history(models.Model):
def __getattr__(self, attr):
"""Return a dummy callabale"""
if attr in ['_sql']:
if attr in ['_sql', 'init', '_ids']:
raise AttributeError
_logger.warning(