-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
separate url name for changelist_actions #111
base: master
Are you sure you want to change the base?
Conversation
@@ -150,7 +150,7 @@ def _get_action_urls(self): | |||
) | |||
), | |||
# Dupe name is fine. https://code.djangoproject.com/ticket/14259 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not work in Django 2.0 and Django 2.1
Can you describe how to replicate the problem? And does it only happen in certain versions of Django? The code looks fine, but I don't quite understand the circumstances where this happens, and I haven't checked the git history for why the "Dupe name is fine" comment is there. |
I have already described how to replicate it: "When I click on the button/link from change list in admin function does not run". |
Actions from |
what was the name? and can you add a test case to this PR? It'll really speed up how long it'll take to get this merged |
For me "Dupe name is fine. https://code.djangoproject.com/ticket/14259" is not working. When I click on the button/link from change list in admin function does not run