Skip to content

Commit 64bba91

Browse files
authored
List SYNC_VERSIONS_USING_A_TASK flag in the admin (#7802)
Forgot to list it here, I have to create it manually from the shell.
1 parent e0c925d commit 64bba91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readthedocs/projects/models.py

+4
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,10 @@ def add_features(sender, **kwargs):
16961696
SKIP_SYNC_VERSIONS,
16971697
_('Skip sync versions task'),
16981698
),
1699+
(
1700+
SYNC_VERSIONS_USING_A_TASK,
1701+
_('Sync versions using a task instead of the API'),
1702+
),
16991703

17001704
# Search related features.
17011705
(

0 commit comments

Comments
 (0)