Re: admin popup + button help

2016-10-20 Thread David Ogutu
Actually, never mind, I was able to work around the problem be redefining hurry. On Oct 20, 2016 2:47 AM, "Derek" wrote: > The article linked to is from 2008 - have some things not changed in > Django since then? > > On Friday, 14 October 2016 15:22:12 UTC+2, David wrote: >> >> Hi Giuseppe, >> I

Re: admin popup + button help

2016-10-20 Thread Derek
The article linked to is from 2008 - have some things not changed in Django since then? On Friday, 14 October 2016 15:22:12 UTC+2, David wrote: > > Hi Giuseppe, > I was upgrading to a later version of django and ran into the same issue. > Did you find a work-around? > > On Wednesday, April 27, 2

Re: admin popup + button help

2016-10-14 Thread David
Hi Giuseppe, I was upgrading to a later version of django and ran into the same issue. Did you find a work-around? On Wednesday, April 27, 2016 at 11:37:19 AM UTC-7, Giuseppe wrote: > > I managed to get this working, sort of. I learned that I need to include > jquery.init.js to my parent form. o

Re: admin popup + button help

2016-04-27 Thread Giuseppe
I managed to get this working, sort of. I learned that I need to include jquery.init.js to my parent form. otherwise It wont open in a new window. Now the only issue I am encountering is after I submit my child form, the window goes white, but does not close. I think the code that gets called w

admin popup + button help

2016-04-20 Thread Giuseppe
I am trying to get a pop up that will let me create a new object to associate to a many to many relationship on a form/model. In the same way that it works in django-admin. I have been followed the instructions from here , and its no