diff options
author | vmstarchenko <vmstarchenko@yandex-team.ru> | 2022-02-10 16:51:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:33 +0300 |
commit | b0938ffe310e9aa2c2bc5cbe1475221ee9a32696 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/rules | |
parent | cc4764d27c83c0f9539164707b5574777cec7075 (diff) | |
download | ydb-b0938ffe310e9aa2c2bc5cbe1475221ee9a32696.tar.gz |
Restoring authorship annotation for <vmstarchenko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_python.policy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 7c8a0fdfe1..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -1,5 +1,5 @@ # django-1.11 deprecation -ALLOW contrib/python/.*/tests? -> contrib/python/django/django-1.11 +ALLOW contrib/python/.*/tests? -> contrib/python/django/django-1.11 ALLOW contrib/deprecated/python/.*/tests? -> contrib/python/django/django-1.11 ALLOW ads/yacontext/apps/procontext -> contrib/python/django/django-1.11 ALLOW devtools/dummy_arcadia/django_settings -> contrib/python/django/django-1.11 |