Typo in README.rst.

This commit is contained in:
Bertrand Bordage 2014-10-05 00:32:32 +02:00
parent ec89949043
commit 1e9828d0d4

View file

@ -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 cant reliably detect other databases (and