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
Utilize Team.create() in create_team service instead of using
Team.objects.create(). This will create Team and Namespace as required
and call the necesseary validation method in the model.
Remove redundant error checks in the service as there is no need for
double checking.
Update imports in team forms.py.
Refs. TS-2426
0 commit comments