diff --git a/docs/backends.rst b/docs/backends.rst index 46c4e46..ecefb11 100644 --- a/docs/backends.rst +++ b/docs/backends.rst @@ -52,7 +52,7 @@ An (optional) dotted import path to a connection to use, e.g.:: CONSTANCE_REDIS_CONNECTION_CLASS = 'myproject.myapp.mockup.Connection' -If you are using `django-redis `_, +If you are using `django-redis `_, feel free to use the ``CONSTANCE_REDIS_CONNECTION_CLASS`` setting to define a callable that returns a redis connection, e.g.::