We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4d098 commit 5c6288dCopy full SHA for 5c6288d
README.rst
@@ -24,6 +24,14 @@ The features provided by django-socketio are:
24
* The required views, urlpatterns, templatetags and tests for all
25
the above
26
27
+Upgrading
28
+=========
29
+
30
+Prior to version 0.3, the message argument sent to each of the event
31
+handlers was always a Python list, regardless of the data type that
32
+was used for sending data. As of 0.3, the message argument matches the
33
+data type being sent via JavaScript.
34
35
Installation
36
============
37
0 commit comments