Commit 4722b14
committed
- **Version bump to v0.8.2.1:**
- **Bug fix in `chart_of_accounts.py`:**
- Corrected queryset filter logic by replacing `role__in=[ROOT_GROUP]` with `role__in=ROOT_GROUP` to prevent potential list-related errors.
### **Summary**
Bumped version to v0.8.2.1 and fixed a queryset filtering bug in `chart_of_accounts.py` for accurate role checking.
### **Backwards Compatibility**
No breaking changes; backwards-compatible bug fix and version update.1 parent 4552d99 commit 4722b14
File tree
3 files changed
+3
-3
lines changed- django_ledger
- models
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments