1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27054 -- Fixed makemigrations crash with a read-only database.

This commit is contained in:
Jim Nicholls
2016-08-13 19:33:58 +10:00
committed by Tim Graham
parent 97513269d7
commit 76ab885118
4 changed files with 45 additions and 4 deletions

View File

@@ -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`).