Closed spinxi closed 6 months ago
In docs there is mentioned url(r'^auth/', include('djoser.urls')), isn't that deprecated? would be good if you guys change this into re_path()
url(r'^auth/', include('djoser.urls')),
That's correct. Thank you!
https://github.com/sunscrapers/djoser/pull/806/commits/b65840a7b237694ef7f8ef70cfb1d033c20aefd3
In docs there is mentioned
url(r'^auth/', include('djoser.urls')),
isn't that deprecated? would be good if you guys change this into re_path()