datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Fix for getting all bills that are related to agenda items #195

Closed evz closed 5 years ago

evz commented 6 years ago

Just discovered that we were only ever looking at the first entity that was related to an agenda item related to an event to see if it was a bill. That seems to very often not be the case. This fixes that.

reginafcompton commented 6 years ago

Looks good @evz