Commit a166c30
Support for request-level urlconf overrides
Middlewares can override the default urlconf per request by setting a "urlconf" attribute to the inbound HttpRequest instance
(doc: https://docs.djangoproject.com/en/3.2/ref/request-response/#django.http.HttpRequest.urlconf )
This change adds support for this kind of override1 parent 15a581d commit a166c30
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments