Skip to content

Commit c2dc3fd

Browse files
authored
[gsoc25] Added Django channels fix to gsoc25 indoor map blog post
1 parent 9a9dd05 commit c2dc3fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/blog/gsoc-25-indoor-mobile-map.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ understanding of mapping libraries like `Leaflet.js
4444
opportunities to collaborate with the open-source community and contribute
4545
to a project with global impact.
4646

47+
Additionally, I contributed a fix for `Django Channels
48+
<https://github.com/django/channels>`_ ``ChannelsLiveServerTestCase``
49+
class, which had become incompatible with Django 5.2. I also added a
50+
sample project with Selenium tests to ensure future compatibility, so that
51+
any changes to Django internals that might break the test setup can be
52+
caught early.
53+
4754
Building the General Map Enhancements
4855
-------------------------------------
4956

@@ -131,6 +138,8 @@ and validated, we can proceed with releasing these along with OpenWISP 26.
131138
You can follow the development process and explore the implementation
132139
details in the following pull requests:
133140

141+
- `ChannelsLiveServerTestCase fix for Django channels
142+
<https://github.com/django/channels/pull/2172>`_
134143
- `Indoor Coordinates Endpoint
135144
<https://github.com/openwisp/openwisp-controller/pull/976>`_
136145
- `Indoor Floor Plan Integration

0 commit comments

Comments
 (0)