diff --git a/django_eventstream/templates/django_eventstream/browsable-api-eventstream.html b/django_eventstream/templates/django_eventstream/browsable-api-eventstream.html index ffad958..59b0d34 100644 --- a/django_eventstream/templates/django_eventstream/browsable-api-eventstream.html +++ b/django_eventstream/templates/django_eventstream/browsable-api-eventstream.html @@ -182,7 +182,7 @@

{{ name }}

HTTP {{ response.status_code }} {{ response.status_text }}{% for key, val in response_headers|items %}
-{{ key }}: {{ val|break_long_headers|urlize }}{% endfor %}
+{{ key }}: {{ val|urlize }}{% endfor %}
 {% if channels %}Listen channels: {{ channels }}{% endif %}
 Listen messages types: {{ messages_types }}
 
{% if channels and not error %}
diff --git a/pyproject.toml b/pyproject.toml index 8201518..33c5c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django-eventstream" -version = "5.3.2" +version = "5.3.3" description = "Server-Sent Events for Django" readme = "README.md" authors = [ @@ -31,7 +31,7 @@ dependencies = [ ] [project.optional-dependencies] -drf = ["djangorestframework>=3.15.1"] +drf = ["djangorestframework>=3.16.1"] [tool.setuptools.packages.find] include = [ @@ -50,4 +50,4 @@ include = [ zip-safe = false [tool.pytest.ini_options] -testpaths = ["tests"] \ No newline at end of file +testpaths = ["tests"]