admin.ModelAdmin.save_as_continue

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.

doc_Django
2016-10-09 18:33:55
Comments
Leave a Comment

Please login to continue.