ModelForm asave()

hi

so i have some ModelForm’s used in async CBVs
but saving data raises an error, since save() is a sync method

so my question is, is there a reason to why ModelForm’s don’t have asave()? like it breaks something?
or it’s just not implemented yet and i can write one myself