File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v2.1.0
2
+
3
+ ## Feature
4
+
5
+ * feat(models): (re)introduce some convenience methods for working with scope trees
6
+
7
+ The Django-MPTT module provided some useful methods that are not available anymore
8
+ with django-tree-queries. Luckily, it' ; s relatively easy to provide workarounds.
9
+
10
+ Note that they might not have the same performance/efficiency as the
11
+ MPTT variants, and could possibly be built in a better way. However,
12
+ let' ; s keep it to the motto " ; first make it right, then fast, then
13
+ pretty" ; ([ ` e2f38f1 ` ] ( https://github.com/projectcaluma/emeis/commit/e2f38f13f8a69e5e4ac74611e0ceed50e5d81f50 ) )
14
+
15
+
1
16
# v2.0.0
2
17
3
18
## Refactor (Breaking change!)
Original file line number Diff line number Diff line change 2
2
3
3
__title__ = "emeis"
4
4
__description__ = "user management"
5
- __version__ = "2.0 .0"
5
+ __version__ = "2.1 .0"
You can’t perform that action at this time.
0 commit comments