On Tue, Dec 10, 2013, Gheorghe Chirica <[email protected]> wrote:
>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. Hi Gheorghe. You'll get answers to your questions on the django-users email list, <[email protected]> - the web interface is <https://groups.google.com/forum/#!forum/django-users>. The list you've posted to is django-developers, an email list is for the discussion of the development of Django itself. You might also find helpful the #django IRC channel on irc.freenode.net. I hope that helps, Daniele -- 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/20131210123409.1972123618%40smtp.modern-world.net. For more options, visit https://groups.google.com/groups/opt_out.
