From 8a60621599f3ad3dacec59e94e9b3a2dc79d23b9 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 16 Jul 2024 11:25:27 -0400 Subject: [PATCH] docs: Add some context to an existing constraint. --- edx_lint/files/common_constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/edx_lint/files/common_constraints.txt b/edx_lint/files/common_constraints.txt index e3bf8ea..df9c9bc 100644 --- a/edx_lint/files/common_constraints.txt +++ b/edx_lint/files/common_constraints.txt @@ -17,6 +17,7 @@ Django<5.0 # elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process. # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html +# See https://github.com/openedx/edx-platform/issues/35126 for more info elasticsearch<7.14.0 # django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected