Re: save_as only saves data showing on the form

2011-09-04 Thread Kejun He
save_model() ??? https://docs.djangoproject.com/en/1.3/ref/contrib/admin/#django.contrib.admin.ModelAdmin.save_model On Sat, Sep 3, 2011 at 9:45 PM, zobbo wrote: > I have a very extensive model and and an admin form which contains key > fields from that model. Other data is editedin a differen

save_as only saves data showing on the form

2011-09-03 Thread zobbo
I have a very extensive model and and an admin form which contains key fields from that model. Other data is editedin a different form. I need to be able to copy data from a record to a new record so I set save_as to be True in my admin. However, that does not copy all data from the model, just da