burke-software / django-mass-edit

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

Allow alphanumeric primary keys on urls #38

Closed cript0nauta closed 9 years ago

cript0nauta commented 9 years ago

If the primary key is a CharField or SlugField, massadmin will raise 404 in some pages, I fixed it

bufke commented 9 years ago

Thank you - will test it out and release to pypi soon.