1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-02-03 17:50:12 +01:00

Bugfixes + add backreference support in datahandlers (untested)

This commit is contained in:
Yann 2016-04-06 14:05:52 +02:00
commit f572743c09
8 changed files with 158 additions and 78 deletions

View file

@ -30,7 +30,7 @@ class Integer(DataField):
base_type = 'int'
def __init__(self, **kwargs):
super().__init__(base_type='int', **kwargs)
super().__init__( **kwargs)
def _check_data_value(self, value):
error = None