From 2b1f5969feac8a8b08ca3ca0d452732b467b8baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20B=C3=A4chtold?= Date: Mon, 13 Jan 2014 16:48:54 +0100 Subject: [PATCH] Update README.rst According to https://github.com/gregmuellegger/django-mobile/blob/master/django_mobile/conf.py#L28 the default is 'cookie'. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 855f67e..086be04 100644 --- a/README.rst +++ b/README.rst @@ -306,7 +306,7 @@ changed in your own ``settings.py``: Determines how the selected flavour is stored persistently. Available values: ``'session'`` and ``'cookie'``. - **Default:** ``'session'`` + **Default:** ``'cookie'`` Cache Settings --------------