summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJim Nicholls <jim.nicholls@sydney.edu.au>2016-08-13 19:33:58 +1000
committerTim Graham <timograham@gmail.com>2016-08-18 08:27:40 -0400
commit76ab8851181675a59425f9637bdbf3f2de95f6f1 (patch)
treead5cd724aa8ed4546ad28ae440bd25a462859ccd /docs
parent97513269d73520d10722bbd10404be6ac4d48d07 (diff)
Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index a6c019c4b3..a13ecbb10a 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -54,3 +54,5 @@ Bugfixes
PostGIS (:ticket:`27014`).
* Reallowed the ``{% for %}`` tag to unpack any iterable (:ticket:`27058`).
+
+* Fixed ``makemigrations`` crash if a database is read-only (:ticket:`27054`).