summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Yurchenko <urchenko88@gmail.com>2016-08-02 22:19:01 +0300
committerTim Graham <timograham@gmail.com>2016-08-03 09:14:01 -0400
commit4e64e3bb6e96a50b057bc1144fba3efdee7dfc10 (patch)
tree067de408fe4ce1c22366eecf51a57fad404ce1ee /docs
parentf4b1f972dc69e519a78182353e43701a17bb43aa (diff)
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index 97b616bc1d..66ff4707f7 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -17,3 +17,6 @@ Bugfixes
* Removed the broken ``BaseCommand.usage()`` method which was for
``optparse`` support (:ticket:`27000`).
+
+* Fixed a checks framework crash with an empty ``Meta.default_permissions``
+ (:ticket:`26997`).