From a63ab00de25c21dbaccca7ae29216060c75ae0e4 Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Wed, 6 Jan 2016 21:47:14 -0800 Subject: [PATCH] Add #432 to changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae0765c..76b9166e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All enhancements and patches to cookiecutter-django will be documented in this f This project adheres to [Semantic Versioning](http://semver.org/). ## [2015-1-6] +### Added +- You can now enable or disable user registration using the ACCOUNT_ALLOW_REGISTRATION setting. (@ddiazpinto) ### Changed - Use Postgres 9.5 on docker (@jayfk)