Hello.
I've got a problem.
I'm trying to use 'save_as' feature in admin, but there is unexpected behavior.
NoReverseMatch at /admin/rid/expendituresurid/11/change/
Reverse for 'rid_expendituresurid_delete' with arguments '('',)' and keyword arguments '{}' not found. 1 pattern(s) tried: ['admin/rid/expendituresurid/(.+)/delete/$']
As you can see, for some reasons it tries to delete something, but it actually shouldn't.
I know that there are catched validation errors in form (uniqueness violation), so it should just show them as it usually do.
But in this case, it didn't show errors and instead get another exception))
I didn't found any solution in google.
Please, help.