mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Django is designated in test dependencies.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
"""
|
||||
Module is used to infer Django model fields.
|
||||
Bugs:
|
||||
- Can't infer User model.
|
||||
- Can't infer ManyToManyField.
|
||||
"""
|
||||
from jedi.inference.base_value import LazyValueWrapper
|
||||
from jedi.inference.utils import safe_property
|
||||
|
||||
Reference in New Issue
Block a user