Changes between Initial Version and Version 1 of Ticket #33269
- Timestamp:
- Nov 5, 2021, 5:57:56 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33269 – Description
initial v1 4 4 5 5 An alternative way this could be fixed is to just silently behave like has_perm() if perm_list is actually a string rather than raising an error, but that'll probably enforce a bad habit. 6 7 Pull request in [#14969](https://github.com/django/django/pull/14969).