From 782f93c68e5567c4c0e9409040f800f925247d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Thu, 12 Nov 2015 17:39:30 -0300 Subject: [PATCH 1/2] add Cristian Vargas in CONTRIBUTORS list --- CONTRIBUTORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 7c4f20f1a..8505d2559 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -63,6 +63,7 @@ Code Contributors * Amjith Ramanujam / @amjith * Garry Polley / @garrypolley * Théo Segonds / show0k +* Cristian Vargas / @cdvv7788 \* Possesses commit rights From da956975e757e2f06c7a3e5478fdfec2aa01ca93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Thu, 12 Nov 2015 17:42:34 -0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b77b46c82..bfe913a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2015-11-12] ### Changed - Update version of django-allauth (@yunti) +- Added a warning in README.rst: ```repo_name must be a valid Python module``` @cdvv7788 ### Removed - remove ```{% load url from future %}``` in templates - deprecated in django 1.9 (@yunti)