Why Has The "Add Another" Button Disappeared From My Django Inlines When Upgrading To 1.6?
I have a django site with lots of inlines in the admin interface. On the previous version of django that I was using, there was an 'Add another' button to add more entries. I upgra
Solution 1:
It turned out that the problem was caused by copying the static admin files from the previous version of my project (from an earlier version of django). Once I recopied the static admin files from the current version, the "Add another" buttons are back.
Post a Comment for "Why Has The "Add Another" Button Disappeared From My Django Inlines When Upgrading To 1.6?"