Skip to content

Commit 1361abd

Browse files
committed
re_path
1 parent c8f3728 commit 1361abd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sal/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from django.conf.urls.static import static
44
from django.contrib import admin
55
from django.contrib.staticfiles import views
6-
from django.urls import path, include, url
6+
from django.urls import path, include, re_path
77

88
admin.autodiscover()
99
urlpatterns = []
@@ -39,5 +39,5 @@
3939

4040
if settings.USE_SAML:
4141
urlpatterns += [
42-
url(r"^saml2/", include("djangosaml2.urls")),
42+
re_path(r"^saml2/", include("djangosaml2.urls")),
4343
]

sal/version.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>version</key>
6-
<string>4.4.0.2303</string>
6+
<string>4.4.0.2304</string>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)