mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Infer many to many fields
This commit is contained in:
@@ -91,15 +91,19 @@ model_instance.category_fk.category_name
|
||||
model_instance.category_fk2
|
||||
#? str()
|
||||
model_instance.category_fk2.category_name
|
||||
#? models.ForeignKey()
|
||||
#?
|
||||
model_instance.category_fk3
|
||||
#?
|
||||
model_instance.category_fk4
|
||||
#? models.ForeignKey()
|
||||
#?
|
||||
model_instance.category_fk5
|
||||
|
||||
#? models.ManyToManyField()
|
||||
#? models.manager.RelatedManager()
|
||||
model_instance.tags_m2m
|
||||
#? Tag()
|
||||
model_instance.tags_m2m.get()
|
||||
#? ['add']
|
||||
model_instance.tags_m2m.add
|
||||
|
||||
#?
|
||||
model_instance.unidentifiable
|
||||
|
||||
Reference in New Issue
Block a user