burke-software / django-mass-edit

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

Handling too long URLs by storing the object IDs in session #63

Closed variant77 closed 7 years ago

variant77 commented 8 years ago

When many objects are selected for mass edit the URL string can get very long, especially if the model's primary key has many digits or id a uuid. At some point the URL becomes too long and this will result in a server error.

I have created a pull request that addresses this issue (https://github.com/burke-software/django-mass-edit/pull/62)