"add another" for inline in admin disappeared in 1.10
57 views
Skip to first unread message
Chris Gray
unread,
Aug 11, 2016, 4:55:04 PM8/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
After upgrading from 1.9 to 1.10, I noticed that the "add another" link for inline elements in the admin interface no longer displays. I reverted to 1.9 and the links came back. It looks like the code embedded in the page is totally different between 1.9 and 1.10.
Tim Graham
unread,
Aug 11, 2016, 7:46:23 PM8/11/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Are you using any third-party enhancements that might need to be updated? I see "Add another Choice" at a page like /admin/polls/question/<id>/change/ for the tutorial. More specifics about how to reproduce the issue are needed.
Chris Gray
unread,
Aug 24, 2016, 11:11:03 AM8/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I've resolved the issue.
There was no problem with the development server only in Apache. The Apache configuration was set up before the upgrade and was referring to the Python3.4 libraries not the Python3.5 libraries where pip installs Django 1.10. I updated the Apache configuration and now everything works fine with 1.10.