We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f3728 commit 1361abdCopy full SHA for 1361abd
sal/urls.py
@@ -3,7 +3,7 @@
3
from django.conf.urls.static import static
4
from django.contrib import admin
5
from django.contrib.staticfiles import views
6
-from django.urls import path, include, url
+from django.urls import path, include, re_path
7
8
admin.autodiscover()
9
urlpatterns = []
@@ -39,5 +39,5 @@
39
40
if settings.USE_SAML:
41
urlpatterns += [
42
- url(r"^saml2/", include("djangosaml2.urls")),
+ re_path(r"^saml2/", include("djangosaml2.urls")),
43
]
sal/version.plist
@@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
- <string>4.4.0.2303</string>
+ <string>4.4.0.2304</string>
</dict>
</plist>
0 commit comments