We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add button in Django 1.7 includes GET-parameter "_to_field":
<a href="/admin/auto/carmodel/add/?_to_field=id" class="add-another" ...
So, link in LinkedSelect widget becomes like this:
<a class="linked-select-link" href="/admin/auto/carmodel/add/?_to_field=id../1375/" ...
The text was updated successfully, but these errors were encountered:
Replace line 93 in sult.js on return $add_link.attr('href').replace('/add/', '/' + value + '/');
Sorry, something went wrong.
For what is it? Can you fix this in django-suit official release?
As a temporary solution
Fix LinkedSelect if extra url args in Django 1.7. Fixes #310 #294
437f5ce
No branches or pull requests
Add button in Django 1.7 includes GET-parameter "_to_field":
So, link in LinkedSelect widget becomes like this:
The text was updated successfully, but these errors were encountered: