zulip/analytics
rht c4fcff7178 refactor: Replace super(.*self) with Python 3-specific super().
We change all the instances except for the `test_helpers.py`
TimeTrackingCursor monkey-patching, which actually needs to specify
the base class.
2017-10-30 14:30:25 -07:00
..
lib py3: Remove "from six.moves import range". 2017-10-17 23:28:14 -07:00
management py3: Remove "from six.moves import range". 2017-10-17 23:28:14 -07:00
migrations py3: Remove all `from __future__ import unicode_literals`. 2017-10-17 23:07:42 -07:00
tests refactor: Replace super(.*self) with Python 3-specific super(). 2017-10-30 14:30:25 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py mypy: Declare models with null=True Optional. 2017-05-23 14:36:40 -07:00
urls.py analytics: Add comment explaining server admin routes. 2017-02-02 16:23:10 -08:00
views.py views: Fix imports of REQ/has_request_variables from the wrong place. 2017-10-27 15:07:31 -07:00