I have a django app with the following class in my admin.py:
class SoftwareVersionAdmin(ModelAdmin): fields = (\"product\", \"version_number\", \"descrip
An easy way is to use fieldsets for the Change Page and add_fieldsets for the Add Page.
fieldsets
add_fieldsets