# HG changeset patch # User Bohdan Horbeshko # Date 2020-02-16 13:32:06 # Node ID 2db1d1c988b66168769aeb1251a20019b0957566 # Parent 5485cafd1a051246c7abc0300f72713fd5315281 Clarify the incompatibility with Django >=2.2 diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ simplejson pytube requests pillow -django>=1.8 +django>=1.8,<2.2 bbcode django-debug-toolbar pytz