Hello.
I've got a problem.
I'm trying to use 'save_as' feature in admin, but there is unexpected 
behavior.
When I'm just opening form and click "save as new", I get this:
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.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7e2600ee-9342-4617-964c-7f5cadde20bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to