mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Debug information corrections.
This commit is contained in:
@@ -85,7 +85,9 @@ def _infer_field(cls, field):
|
|||||||
else:
|
else:
|
||||||
return DjangoModelField(value, field).name
|
return DjangoModelField(value, field).name
|
||||||
|
|
||||||
print('TODO: {}'.format(field))
|
print('django plugin: fail to infer `{}` from class `{}`'.format(
|
||||||
|
field.string_name, cls.name.string_name,
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
def get_metaclass_filters(func):
|
def get_metaclass_filters(func):
|
||||||
|
|||||||
Reference in New Issue
Block a user