Currently, using the "Save as new" button will redirect to the list view, while it would be more useful for it to redirect to the newly created item. This also makes it much easier to create a series of new objects where the next one only differs slightly from the last one.
There is a ticket for this here: https://code.djangoproject.com/ticket/16327 My proposal, based on the suggestions in that ticket, is that we change the default behavior and redirect to the new item instead. Also, we add the option ModelAdmin.save_as_continue (with default value True) so that anyone can revert to the old behavior by setting it to False. How does that sound? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAOXH8SXUnCh4y%3DO5vX2m%3D8YSm5ZHUw1fh_XZaDhfAbJ_PFbrxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
