Mentions légales du service

Skip to content

WebappVersion validaed.

LETORT Sebastien requested to merge 309-WebappVersion-validation into django

objects.create build an object and automatically save it with force_insert=True, this prevent the call to full_clean (=validation). So I replaced with new + save calls.

In case of failure, an error message is displayed, and the page is reloaded.

Closes #309

Merge request reports