From de63580ae6ebcb30e4505aab4e1d96dcc7a4c223 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 28 Apr 2023 23:31:15 +0200 Subject: [PATCH] Update limits.rst (#230) --- docs/limits.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/limits.rst b/docs/limits.rst index 356384e..865bd14 100644 --- a/docs/limits.rst +++ b/docs/limits.rst @@ -65,11 +65,9 @@ in a multi-processes project, if you use RQ or Celery for instance. Filebased ......... -Filebased, a simple persistent cache implemented in Django, has a small bug +Filebased, a simple persistent cache implemented in Django, had a small bug (`#25501 `_): -it cannot cache some objects, like psycopg2 ranges. -If you use range fields from `django.contrib.postgres` and your Django -version is affected by this bug, you need to add the tables using range fields +it cannot cache some objects, like psycopg2 ranges. This bug was fixed in 2015, if you sill use an affected Django version and you use range fields from `django.contrib.postgres`, you need to add the tables using range fields to :ref:`CACHALOT_UNCACHABLE_TABLES`. .. _MySQL: