zulip/zilencer
Umair Khan 323fbdefa8 zilencer: 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:14:00 -07:00
..
management webhooks: Add outgoing webhook bot user to development database. 2017-05-29 16:01:23 -07:00
migrations zilencer: Add on_delete in foreign keys. 2017-06-13 15:14:00 -07:00
README.md Update comments to rename Local Server => Enterprise. 2013-11-12 15:57:02 -05:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
forms.py Extend lint-all to check for newlines at the end of files. 2016-03-17 23:03:56 -07:00
models.py mypy: Declare models with null=True Optional. 2017-05-23 14:36:40 -07:00
urls.py pep8: Add compliance with rule E261 zilencer/urls.py. 2017-05-31 17:07:15 -07:00
views.py push_notifications: Remove DeviceTokenType logic. 2017-05-16 12:26:55 -07:00

README.md

ZILENCER -- The Zulip License Manager

This app is the place for storing state about various deployments of Zulip that exist in the world.