sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

Refactor api to handle related filtering #60

Open eads opened 11 years ago

eads commented 11 years ago

Instead of looking for a related param in dehydrate method and firing a query, we can flip the script and surpress the related fields. We also need to account for housing history.

bepetersn commented 10 years ago

@eads, was this done? Is it still pertinent?