mirror of https://github.com/zulip/zulip.git
e45623fccc
This commit updates the pattern for dealing with tuples returned by the delete() query. The '(num_deleted, ignored) = ModelName.objects.filter().delete()' pattern is preferred due to better readability. We avoid the pattern '(num_deleted, _)' because Django uses _ for translation, which may lead to future bugs. |
||
---|---|---|
.. | ||
lib | ||
management | ||
migrations | ||
README.md | ||
__init__.py | ||
auth.py | ||
models.py | ||
urls.py | ||
views.py |
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.