From e47dccf514f5ff0e227b814525ed441fb665724f Mon Sep 17 00:00:00 2001 From: Jannis Gebauer Date: Fri, 19 Aug 2016 15:50:09 +0200 Subject: [PATCH] Revert "Update django-allauth to 0.27.0" --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 8c24ffb8..03eafe73 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -29,7 +29,7 @@ Pillow==3.3.1 # For user registration, either via email or social # Well-built with regular release cycles! -django-allauth==0.27.0 +django-allauth==0.26.1 {% if cookiecutter.windows == 'y' -%} # On Windows, you must download/install psycopg2 manually