-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
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