You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In django 4.0 some functions has been removed permanently. One of the major function is removed that must effect in this package (django-modelclone). that function is URL which was present in from django.conf.urls import url.
Here my suggestion is to replace url() with re_path() function.
re_path present in from django.urls import re_path
The text was updated successfully, but these errors were encountered:
In django 4.0 some functions has been removed permanently. One of the major function is removed that must effect in this package (django-modelclone). that function is URL which was present in from django.conf.urls import url.
Here my suggestion is to replace url() with re_path() function.
re_path present in from django.urls import re_path
The text was updated successfully, but these errors were encountered: