Currently I tend to go for the "super().save(*args, **kwargs)" (no unnecessary return) as done in the Django documentation and to be explicit in the present (it doesn't return anything)... but I have my own doubts :-)
I would return the result from super().... It may return None, but so do you in effect, so all good. return clearly marks the end of block execution. Regards, David -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE5VhgWtw%2BjZALHaj3NF7rya1xgZjcORUR58gjA29To%2Bb%2BUYTg%40mail.gmail.com.