ModelAdmin.save_as_continue
New in Django 1.10.
When save_as=True, the default redirect after saving the new object is to the change view for that object. If you set save_as_continue=False, the redirect will be to the changelist view.
By default, save_as_continue is set to True.
Please login to continue.