burke-software / django-mass-edit

Make bulk changes in the Django admin interface
152 stars 67 forks source link

Fix template conditionals. #90

Closed j00bar closed 3 years ago

j00bar commented 3 years ago

Currently, readonly or unique fields listed in massadmin_exclude still appear in the rendered template, as the conditionals are misordered. This corrects that, so that readonly or unique fields in massadmin_exclude are actually excluded.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 88.426% when pulling 35d6f4f8fb8f6f2a2ee09b15eeff3336f415c3bb on seekhealing:exclude_means_exclude into 47790f51f5dcc6ec8a646c7c6647f67b9e8b7e5a on burke-software:master.