File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.40.0
4
+
5
+ - Add direct view so that components can be added directly to urls without being required to be included in a regular Django template.
6
+ - Add capability for ` startunicorn ` to created components in sub-folders (#299 )[ https://github.com/adamghill/django-unicorn/issues/299 ]
7
+
8
+ [ All changes since 0.39.1] ( https://github.com/adamghill/django-unicorn/compare/0.39.1...0.40.0 ) .
9
+
3
10
## v0.39.1
4
11
5
12
- Prefer ` prefetch_related ` to reduce database calls for many-to-many fields.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-unicorn"
3
- version = " 0.39.1 "
3
+ version = " 0.40.0 "
4
4
description = " A magical full-stack framework for Django."
5
5
authors = [
" Adam Hill <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments