1
0
forked from VimPlug/jedi

Support URLFields

This commit is contained in:
Peter Law
2020-05-18 21:59:15 +01:00
parent b54d7433c7
commit cd9f2f31ea
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ mapping = {
'TextField': (None, 'str'),
'EmailField': (None, 'str'),
'GenericIPAddressField': (None, 'str'),
'URLField': (None, 'str'),
'FloatField': (None, 'float'),
'BinaryField': (None, 'bytes'),
'BooleanField': (None, 'bool'),