OpenUpSA / wazimap

Wazimap is a Django application for exploring census data.
http://wazimap.readthedocs.org/en/latest/
Other
30 stars 31 forks source link

Push db_table param into SimpleTable #80

Closed longhotsummer closed 7 years ago

longhotsummer commented 7 years ago

@xybrnet

longhotsummer commented 7 years ago

I've made additional changes so that we're smarter about whether we're using the database table name, or the FieldTable name, when looking up tables. In almost all places, especially when supporting the profiles, we use the FieldTable name.

xybrnet commented 7 years ago

👍