model mommy
It would be super awesome if there was Model Mommy support!!!
When I start typing ``mommy.make('myapplabel.``, I would like it to start listing my available models in my app. Also after I've created in instance (e.g. obj = mommy.make('myapplabel.MyModel'), I would like it to list all the fields available when I start typing ``obj.fieldname``.
When I start typing ``mommy.make('myapplabel.``, I would like it to start listing my available models in my app. Also after I've created in instance (e.g. obj = mommy.make('myapplabel.MyModel'), I would like it to list all the fields available when I start typing ``obj.fieldname``.
4 条评论
排序方式
日期
投票数
Oh, here is a link to the library I'm talking about, https://github.com/vandersonmota/model_mommy.
You're welcome to file your feature request in PyCharm issue-tracker: https://youtrack.jetbrains.com/issues/PY.
Done. https://youtrack.jetbrains.com/issue/PY-16312
Thank you!
请先登录再写评论。