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
Django can recognize Model names by their string "appname.modelname" in the definitions of ForeignField and ManyToManyField. So many imports can be removed.
Additionally introduce a formatter (black) and outline the pre-commit workflow in a contribution guide. Add black in github actions or CI for push and merge requests. Remove the first black compatible commit from git blame.
The text was updated successfully, but these errors were encountered:
Django can recognize Model names by their string "appname.modelname" in the definitions of ForeignField and ManyToManyField. So many imports can be removed.
Additionally introduce a formatter (black) and outline the pre-commit workflow in a contribution guide. Add black in github actions or CI for push and merge requests. Remove the first black compatible commit from git blame.
The text was updated successfully, but these errors were encountered: