diff options
| author | Jim Nicholls <jim.nicholls@sydney.edu.au> | 2016-08-13 19:33:58 +1000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-18 08:45:41 -0400 |
| commit | 16f032e69fb9c06fd0d9feda35bba12195651214 (patch) | |
| tree | bc3ede3aa8de5d27677c72af581afcb225402ce6 /docs | |
| parent | c24a47b3e6cfba88ee7792be25da5b5333266abe (diff) | |
[1.10.x] Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Backport of 76ab8851181675a59425f9637bdbf3f2de95f6f1 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.1.txt | 2 |
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`). |
