mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Debug information corrections.
This commit is contained in:
@@ -85,7 +85,9 @@ def _infer_field(cls, field):
|
||||
else:
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user