Skip to content

[Feature] Django 5.x support #981

@BlendArifaj

Description

@BlendArifaj

Is this feature missing in the latest version?

  • I'm using the latest release

Is your feature request related to a problem? Please describe.

Django-clone currently does not support Django 5.x, which prevents projects that have upgraded (or plan to upgrade) to Django 5.x from using the package. This creates compatibility issues and blocks adoption of the latest Django release. In my case, attempting to use django-clone on a Django 5.x project results in errors due to deprecated APIs and missing updates, making it impossible to rely on the library in modern environments.

Describe the solution you'd like?

I would like django-clone to be updated to fully support Django 5.x, including compatibility with any API changes, deprecations, or model-related updates introduced in the new version. Ideally, the package should be tested against Django 5.x, with adjustments made where necessary so that it can be used seamlessly in projects running the latest Django release.

Describe alternatives you've considered?

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions