You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f = testdata.create_foo(bars_count=2)
for b in f.bars:
...
It would basically check the internal Orm list and see if anything matches .models_name and then make sure the match has a reference to Foo and then create however many count specified.
The text was updated successfully, but these errors were encountered:
Let's say we've got this:
Could I make something like this work:
It would basically check the internal Orm list and see if anything matches
.models_name
and then make sure the match has a reference toFoo
and then create however many count specified.The text was updated successfully, but these errors were encountered: