OpenUpSA / wazimap

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

Tables always have a total column #61

Closed xybrnet closed 8 years ago

xybrnet commented 8 years ago

@longhotsummer

Possible new patch for #48

As has_total has no effect on whether a total column is created or not, should we not always set it as a column?

The exception which was removed in #59 doesn't get raised if run with this change.

longhotsummer commented 8 years ago

There's lots of confusion around has_total, maybe we should change it to supports_percentages or something. This column still needs to exist in the database. #48 should be fixed by the previous patch, now.