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
change parts_factory fn to PartsFactory class (p179)
along the way converting the function into a static method and splitting
the create part bit into a separate method.
Also put the Part class inside PartsFactory to discourage anyone using
the Part class directly (though we keep it for its __unicode__ method)
0 commit comments