burke-software / django-mass-edit

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

Update massadmin.py to allow proper operation with cython #119

Open scrimpys opened 5 months ago

scrimpys commented 5 months ago

change to isinstance() call on line 126 to allow proper operation when complaining with cython.

scrimpys commented 5 months ago

to address issue [https://github.com/burke-software/django-mass-edit/issues/115] )