Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.

This commit is contained in:
Sergey Yurchenko 2016-08-02 22:19:01 +03:00 committed by Tim Graham
parent f4b1f972dc
commit 4e64e3bb6e
3 changed files with 14 additions and 1 deletions

View file

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