tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Prevent admin feed delete listing all objects #77

Open alaw005 opened 6 years ago

alaw005 commented 6 years ago

This fixes a problem where deleting a large feed in the admin interface would list all objects in browser. This could be hundreds of thousands of entries and kept crashing the server. This change excludes the detailed list and only shows a summary count of objects prior to delete confirmation in admin interface.