flake8
 failed.
 
 
 JSHint
 passed.
 
Review Request #12745 — Created Nov. 28, 2022 and submitted
Django 3.x and higher require specifying an app name when also
specifying a namespace forinclude()when building URL patterns.
This change addsapp_nameto complementnamespacein
build_integration_urlpatterns().The function itself now expects keyword arguments. Positional arguments
are supported but deprecated with a warning.Type hints have also been added throughout
djblets.integrations.urls.
Made use of this with RBCommons, which needs this on Django 3.2.
| Summary | ID | 
|---|---|
| 894e37750476ef4ca535509752959f7cebbb1b37 | 
| Description | From | Last Updated | 
|---|---|---|
| 'django.urls.URLResolver' imported but unused Column: 1 Error code: F401 |  reviewbot | 
Removed an unused import.
| Summary | ID | |
|---|---|---|
| 5a1aa5337bc59ebdf8de0c3b17746b9eab0b3827 | ||
| 894e37750476ef4ca535509752959f7cebbb1b37 | 
Revision 2 (+102 -10)