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 89ae32a commit 330f9a9Copy full SHA for 330f9a9
docs/changelog.rst
@@ -2,14 +2,18 @@
2
Changelog
3
=========
4
5
-0.13.0 - TBC
6
-------------
+0.13.0 - 2026-01-18
+-------------------
7
8
Features:
9
10
* Add ``app.create_server()`` to run nanodjango as an async task (#68, #78), and
11
``examples/hello_async_server.py`` to demonstrate it.
12
13
+Bugfix:
14
+
15
+* Fix ``HttpResponseBase`` subclass support in ``string_view`` wrapper (#87)
16
17
Docs:
18
19
* Replaced theme
@@ -23,7 +27,7 @@ Thanks to:
23
27
* Emmanuelle Delescolle (nanuxbe) for uwsgi fix (#58)
24
28
* Bryan Ponce (bponce02) for ``app.create_server()`` (#68, #78)
25
29
* Sadegh (Old6Man6) for API example and howto (#70, #83)
26
-
30
+* Chris Beaven (SmileyChris) for ``string_view`` fix (#87)
31
32
33
0.12.2 - 2025-09-11
0 commit comments