flake8
failed.
JSHint
passed.
flake8
-
reviewboard/hostingsvcs/managers.py (Diff revision 1) Show all issues
Review Request #12338 — Created June 3, 2022 and submitted
Information | |
---|---|
chipx86 | |
Review Board | |
release-5.0.x | |
Reviewers | |
reviewboard | |
This deprecates
HostingServiceAccount.objects.accessible()
's
filter_local_site
option, which was sort of an inverse of the
show_all_local_sites
option that some other managers had.With the introduction of
LocalSite.ALL
, we no longer need these
secondary flags. This change emits a deprecation warning if this flag is
set, and then converts toLocalSite.ALL
if appropriate.
All unit tests pass.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
F401 'django.db.models.Q' imported but unused |
![]() |
Removed an unused import.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+82 -8) |