mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-16 16:41:07 +00:00
Typo in README.rst.
This commit is contained in:
parent
ec89949043
commit
1e9828d0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ In a more distant future
|
|||
- Add a setting to choose if we cache ``QuerySet.order_by('?')``
|
||||
- Cache ``QuerySet.extra`` if none of
|
||||
``set(connection.introspection.table_names())
|
||||
- set(connection.introspection.django_table_name())``
|
||||
- set(connection.introspection.django_table_names())``
|
||||
is found in the extra ``select`` and ``where`` queries
|
||||
- Add a setting to disable caching on ``QuerySet.extra`` when it has ``select``
|
||||
or ``where`` rules because we can’t reliably detect other databases (and
|
||||
|
|
|
|||
Loading…
Reference in a new issue