Post refactor cleanups (ref: meta cleanups)

This commit is contained in:
Ross Lawley
2012-08-17 11:58:57 +01:00
parent 19da228855
commit 66279bd90f
3 changed files with 8 additions and 11 deletions

View File

@@ -394,7 +394,6 @@ class DynamicDocument(Document):
__metaclass__ = TopLevelDocumentMetaclass
_dynamic = True
meta = {'abstract': True}
def __delattr__(self, *args, **kwargs):
"""Deletes the attribute by setting to None and allowing _delta to unset