flake8
passed.
JSHint
passed.
Review Request #11924 — Created Jan. 11, 2022 and submitted
Information | |
---|---|
david | |
Review Board | |
release-4.0.x | |
Reviewers | |
reviewboard | |
Django has changed
User.is_authenticated
andUser.is_anonymous
to be
attributes instead of methods. These are currently available with a
fallback, but that's going away in Django 2.0+. This change updates our
usage to use the new syntax.
Ran unit tests.
Summary | |
---|---|