You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ Quickstart
41
41
42
42
Cachalot officially supports Python 3.6-3.9 and Django 2.2 and 3.0-3.2 with the databases PostgreSQL, SQLite, and MySQL.
43
43
44
-
No upper limit is imposed by cachalot. When Django's async ORM or cache is rolled out, there may be huge changes and breakages due to cachalot monkey-patching.
44
+
No upper limit is imposed by cachalot. However, if you use a Django version that is not officially supported,
45
+
you may end up battling mounting errors/exceptions and cache misses. Please stay within compatibility.
0 commit comments