Re: Django admin, 'Save as new' option, duplicate m2m relations

2013-12-15 Thread Gheorghe Chirica
Ok, will continue on django users group, thx. On Tuesday, December 10, 2013 10:57:23 AM UTC+2, Gheorghe Chirica wrote: > > Hi. > > I have a simple model which have few m2m relations. > > Now, I enabled option in admin panel to duplicate model so, "Save as new" >

Django admin, 'Save as new' option, duplicate m2m relations

2013-12-10 Thread Gheorghe Chirica
Hi. I have a simple model which have few m2m relations. Now, I enabled option in admin panel to duplicate model so, "Save as new" option. It saves my model as a new one, no problem with that. But I want to duplicate m2m relations I have for original model, so new model will have new m2m rela