diff --git a/Pipfile b/Pipfile
index 1fe3ae0ad3c278bf09a9a8c14a5364b775964453..6189f4691f3c1c3ed7420bd695d0f3f7a1372592 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
 name = "pypi"
 
 [packages]
-django = "*"
+django = ">=2.1.2,<3.0"
 "psycopg2-binary" = "*"
 
 [requires]
diff --git a/Pipfile.lock b/Pipfile.lock
index ccc0205dbb7ff2a5737991b7ccd453b01715053c..5a2c4b78a83d686c6119d77f01c8e5a9ba7e97ab 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,7 +1,7 @@
 {
     "_meta": {
         "hash": {
-            "sha256": "e87e2063f2ce966d1d94238a6bc8bcf8650a173dd0fb0409815b5147d18dff18"
+            "sha256": "2aeaa41d7d67c34f9c0ece7bbcee99d8932c5011531d00eed287e0e41f53098d"
         },
         "pipfile-spec": 6,
         "requires": {
@@ -18,11 +18,11 @@
     "default": {
         "django": {
             "hashes": [
-                "sha256:04f2e423f2e60943c02bd2959174b844f7d1bcd19eabb7f8e4282999958021fd",
-                "sha256:e1cc1cd6b658aa4e052f5f2b148bfda08091d7c3558529708342e37e4e33f72c"
+                "sha256:acdcc1f61fdb0a0c82a1d3bf1879a414e7732ea894a7632af7f6d66ec7ab5bb3",
+                "sha256:efbcad7ebb47daafbcead109b38a5bd519a3c3cd92c6ed0f691ff97fcdd16b45"
             ],
             "index": "pypi",
-            "version": "==2.1.1"
+            "version": "==2.1.2"
         },
         "psycopg2-binary": {
             "hashes": [
diff --git a/README.md b/README.md
index 8fbd050a24b9374082871b5b251f66e6dbf13f30..6f7d3049214e7d4c144889f3eb2a473760df909e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Django 2.1.1 LTS template for Platform.sh
+# Django 2 LTS template for Platform.sh
 
 This project provides a starter kit for Django projects hosted on Platform.sh. It is primarily an example, although could be used as the starting point for a real project.