1
0
forked from VimPlug/jedi

Support GenericIPAddressFields

This commit is contained in:
Peter Law
2020-05-18 22:10:09 +01:00
parent 855fb5a936
commit b54d7433c7
2 changed files with 4 additions and 0 deletions

View File

@@ -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'),