dependencies: Add django-cte dependency.

This commit adds django-cte as dependency
which will be used for querying recursive
group membership.

Extracted this commit from #19866.

Co-authored-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Sahil Batra
2021-10-09 23:10:25 +05:30
committed by Tim Abbott
parent ebeb9c4440
commit 44499fe22c
5 changed files with 13 additions and 1 deletions

View File

@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 105
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "162.1"
PROVISION_VERSION = "162.2"