jonashaag / django-addanother

"Add another" buttons outside the Django admin
http://django-addanother.readthedocs.org/
ISC License
50 stars 18 forks source link

Custom get parameters #14

Open olivierdalang opened 8 years ago

olivierdalang commented 8 years ago

Hi,

Currently, one can't add custom get parameters to the urls, because ?popup=1 gets appended to the end. So you end up with test.com/myurl/?custom=abc?popup=1 which isn't valid.

I have a fix but it doesn't apply to master (since I work on the edit_links branch) : https://github.com/olivierdalang/django-addanother/commit/b89ea3303c57633a8774a5ef6d46a92cdf0defd3

I'll open a PR when the edit_links branch gets merged.