RealGeeks / django-modelclone

Allows users to duplicate a model in admin
Other
58 stars 40 forks source link

Can't change uploaded file when cloning #12

Closed igorsobreira closed 10 years ago

igorsobreira commented 10 years ago

This bug was introduced on #7. If a model has a file field and we clone it the same path of the original file will be saved in the new cloned model. But if a new file was chosen it will be ignored.