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
Adding support for Factory boy and django packages. Now it's only adding autocomplete for instances created by factories. It will be only works if the name of class of object is equal to name of factory class without suffix(e. g. Job -> JobFactory)
It will be only works if the name of class of instance is equal to name of factory class without suffix(e. g. Job -> JobFactory)
About
Adding support for Factory boy and django packages. Now it's only adding autocomplete for instances created by factories. It will be only works if the name of class of object is equal to name of factory class without suffix(e. g. Job -> JobFactory)