zulip/analytics
umkay 7e2340155d analytics: Fix aggregation to RealmCount for realms with no users.
Previously, if a Realm had no users (or no streams),
do_aggregate_to_summary_table would fail to add a row with value 0. This
commit fixes the issue and also simplifies the do_aggregate_to_summary_table
logic.
2016-10-11 18:20:58 -07:00
..
lib analytics: Fix aggregation to RealmCount for realms with no users. 2016-10-11 18:20:58 -07:00
management update_analytics_counts: Add missing future imports. 2016-10-05 17:13:46 -07:00
migrations Reorder the columns in analytics tables inherited from BaseCount. 2016-10-06 17:51:01 -07:00
tests analytics: Fix aggregation to RealmCount for realms with no users. 2016-10-11 18:20:58 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Change string representation of BaseCount models. 2016-10-09 16:09:04 -07:00
urls.py Enable i18n support in URL configuration. 2016-05-19 08:33:30 -07:00
views.py Fix annotations clashing with UserProfile's model fields. 2016-06-13 20:01:01 +05:30