You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know about django-admin-bootstrapped but there is code to handle this for the normal add-another pop-up. However, it requires monkey-patching the JS from the admin, namely the dismissAddAnotherPopup callback, and that seems to break with every Django release. What version of Django are you using?
There were a number of changes to the admin JS in 1.8 and I thought I had pushed this compatibility on master but I'm not seeing it. Where could that have gone....
I tried to use the "add " popup in django admin and after saving, I get the following error in the console:
Tested on django-admin-bootstrapped. Is there any code to receive the "push"?
The text was updated successfully, but these errors were encountered: