yes, form.save() will execute model.savel(). Check this here /django/forms/models.py
form.save()
model.savel()
/django/forms/models.py