zulip/analytics
Umair Khan c74f125b7c analytics: Add on_delete in foreign keys.
on_delete will be a required arg for ForeignKey in Django 2.0. Set it
to models.CASCADE on models and in existing migrations if you want to
maintain the current default behavior.
See https://docs.djangoproject.com/en/1.11/ref/models/fields/#django.db.models.ForeignKey.on_delete
2017-06-13 15:13:49 -07:00
..
lib mypy: Fix strict-optional in analytics. 2017-05-26 15:39:39 -07:00
management pep8: Add compliance with rule E261 populate_analytics_db.py. 2017-05-31 17:07:15 -07:00
migrations analytics: Add on_delete in foreign keys. 2017-06-13 15:13:49 -07:00
tests pep8: Add compliance with rule E261 to analytics/tests/test_views.py. 2017-05-31 17:07:15 -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 pep8: Add compliance with rule E261 to analytics/views.py. 2017-05-31 17:07:15 -07:00