mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
This commit is contained in:
parent
f4b1f972dc
commit
4e64e3bb6e
3 changed files with 14 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue