model mommy Follow
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 comments
Sort by
Date
Votes

Comment actions
Permalink
Oh, here is a link to the library I'm talking about, https://github.com/vandersonmota/model_mommy.

Comment actions
Permalink
You're welcome to file your feature request in PyCharm issue-tracker: https://youtrack.jetbrains.com/issues/PY.

Comment actions
Permalink
Done. https://youtrack.jetbrains.com/issue/PY-16312

Comment actions
Permalink
Thank you!
Please sign in to leave a comment.