Skip to content

[fix] Updated Django urlpatterns in openwisp_websocket image #462#472

Merged
nemesifier merged 1 commit into
masterfrom
issues/462-django-url
Jun 6, 2025
Merged

[fix] Updated Django urlpatterns in openwisp_websocket image #462#472
nemesifier merged 1 commit into
masterfrom
issues/462-django-url

Conversation

@pandafy

@pandafy pandafy commented Jun 6, 2025

Copy link
Copy Markdown
Member

Checklist

  • I have read the OpenWISP Contributing Guidelines.
  • I have manually tested the changes proposed in this pull request.
  • I have written new test cases for new code and/or updated existing tests for changes to existing code.
  • I have updated the documentation.

Reference to Existing Issue

Fixes #462

Description of Changes

The urlpattern in openwisp_websocket images was using django.conf.urls.url which have been deprecated in Django 3.0.

Updated the urlpattern to use django.urls.path

The urlpattern in openwisp_websocket images was using
django.conf.urls.url which have been deprecated in Django 3.0.

Updated the urlpattern to use django.urls.path

Fixes #462
@github-project-automation github-project-automation Bot moved this from To do (general) to In progress in OpenWISP Contributor's Board Jun 6, 2025
@nemesifier
nemesifier merged commit 726ab51 into master Jun 6, 2025
4 checks passed
@nemesifier
nemesifier deleted the issues/462-django-url branch June 6, 2025 15:52
@github-project-automation github-project-automation Bot moved this from In progress to Done in OpenWISP Contributor's Board Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[bug] openwisp-websocket image not working with django 4.0+

2 participants