1
0

Generate text on __str__

This commit is contained in:
2018-07-11 20:28:05 +01:00
parent 15588b80ed
commit 52ec1ec3ac
3 changed files with 52 additions and 17 deletions

View File

@@ -19,6 +19,7 @@ If no command is specified, it is assumed to be the add command.
- use a real database instead of json files
- multiple todo lists
- default filters
- `Task` object generates new string on `__str__` method instead of relying on
accurate updating from functions
- ~~`Task` object generates new string on `__str__` method instead of relying on
accurate updating from functions~~
- ~~exporting all tasks~~