We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3f1e9 commit f7a52bbCopy full SHA for f7a52bb
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# 0.2.1
2
+
3
+* `CSRF_TRUSTED_ORIGINS` is now set to allow all hosts
4
5
6
+# 0.2.0
7
8
+* Class-based views now work with the `@app.path` decorator
9
+* Configure static files to serve from `static/` with Whitenoise
10
11
12
+# 0.1.0
13
14
+* Initial release
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-singlefile"
-version = "0.2.0"
+version = "0.2.1"
authors = [{ name = "Andrew Godwin", email = "[email protected]" }]
description = "A library to make single-file Django apps easier"
readme = "README.md"
0 commit comments