Hi, django-developers is for discussing the development of Django itself, not for answering user queries. If you have a "how do I" question, please direct it to django-users. Thanks!
On Tuesday, December 10, 2013 3:57:23 AM UTC-5, 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" > 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 relations inserted. > > I don't need the new model object to refer the same m2m as original one, > because when I "save as new" I change some data > > and I need new entries for this m2m relations. > > > Can someone guide me how can i achieve this and where to look for it. > > > Thx. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/43faa66e-1b4b-4c5e-864c-413fd989cac3%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
