forked from VimPlug/jedi
Support GenericIPAddressFields
This commit is contained in:
@@ -18,6 +18,7 @@ mapping = {
|
||||
'CharField': (None, 'str'),
|
||||
'TextField': (None, 'str'),
|
||||
'EmailField': (None, 'str'),
|
||||
'GenericIPAddressField': (None, 'str'),
|
||||
'FloatField': (None, 'float'),
|
||||
'BinaryField': (None, 'bytes'),
|
||||
'BooleanField': (None, 'bool'),
|
||||
|
||||
Reference in New Issue
Block a user