简体   繁体   中英

Can't Selecting Multiple fields in django admin

In My django admin form I have one Image Upload field and also It has been done for the preview support.Also I has clear option to clear that image in the object.If i need to select another image with also clicking the clear option "It does't do that" At a time it says only one option will be done.What I should have to do for the both operations?

Also What could do to have multiple ImageFields in django admin form?What are the ways to do it? 在此处输入图片说明

Use django inline model admin here

earlier question on SO: go here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM