Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for django 4 #69

Closed
jcohen02 opened this issue Dec 10, 2021 · 0 comments
Closed

Update for django 4 #69

jcohen02 opened this issue Dec 10, 2021 · 0 comments
Milestone

Comments

@jcohen02
Copy link
Collaborator

Django 4 removes django.conf.urls.url which was being used in the django-drf-filepond URL mappings.

This needs to be fixed by moving to django.urls.path or re_path. However, switching to these will remove compatibility with Python 2.7. Since Python 2.7 support is not yet officially deprecated, this should be done in v0.5.0 with a view to that being the last version providing py2.7 support.

This was fixed in #66 with python 2.7 support re-introduced with the updates in #67.

@jcohen02 jcohen02 added this to the v0.5.0 milestone Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant