-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
0.2.19 (2023-08-21) | ||
------------------- | ||
|
||
Tags for Posts. | ||
Added tags and categories for posts. I planned for long adding a feature | ||
like this, but avoided implementing it because I didn't understand what I | ||
did in `filters.py`. It's a beta feature and I probably will keep only | ||
categories or tags, but not both. | ||
|
||
- Updated some documentation in top level README.md | ||
- Added tags to posts #100 | ||
- Added tags / categories to posts #100 😅 | ||
- Temporarily deactivated the mypy pre-commit hook because mypy 1.5.0 is not compatible with django-stubs | ||
- Had to drop support for Wagtail 3 because of conflicting migrations (taggit) |