Skip to content

update modelclone with django 4.0 compatible #46

@Subhrans

Description

@Subhrans

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions