Daily Dev Notes 2024/06/21

More documentation of the template tags. And during my documentation, I decided to change the Category model to be more consistent with the Post model. This required a migration change and a bunch of refactoring, so I bumped the version.

I added a menu_order field to allow sorting of categories in menus. That wasn't a big change though, what triggered all the refactoring was that I changed the name field to title and this required lots of changes.

Documentation progress: