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:
parent
a9b4a1bfae
commit
f572743c09
8 changed files with 158 additions and 78 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue