zulip/analytics
umkay dc8463e09c analytics: Remove incorrect filter args for stat.
The filter args dictionary applies to the X table in a count X by Y query,
which in this case is the zerver_message table. This stat had an incorrect set
of arguments meant for the zerver_userprofile table.
2016-11-10 12:25:21 -08:00
..
lib analytics: Remove incorrect filter args for stat. 2016-11-10 12:25:21 -08:00
management Django 1.10: Use add_argument for options in BaseCommand. 2016-11-04 10:20:23 -07:00
migrations analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
tests analytics: Replace all joins in raw SQL with natural joins. 2016-11-03 16:50:39 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
urls.py Django 1.10: Update analytics urls. 2016-11-10 16:20:03 +05:00
views.py mypy: Remove a bunch of now-unnecessary type: ignore annotations. 2016-10-17 11:48:34 -07:00