mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Update limits.rst (#230)
This commit is contained in:
parent
c955d1bbee
commit
de63580ae6
1 changed files with 2 additions and 4 deletions
|
|
@ -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 <https://code.djangoproject.com/ticket/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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue