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

Explore example does not restrict list views to the selected feed #21

Closed jwhitlock closed 10 years ago

jwhitlock commented 10 years ago

When multiple feeds are in the database, most list views display all the objects, rather than just the objects in that feed.

A ListView with a feed-aware get_queryset would fix the issue.