I upgraded the site from Django 4.2 to 5.2 and only had to deal with two deprecation warnings along the way.
I upgraded the site from Django 4.2 to 5.2 and only had to deal with two deprecation warnings along the way.
I deployed some changes to the site today:
Last week I deployed a change to how I generate plain text versions of content on my website. This week I changed it again. And updated additional post types to use Markdown as their editing and storage format.
In February, I moved my Bookmark/Link content to using Markdown (Commonmark) as the definitively stored content format. Today, I updated that implementation.
A longstanding inconvenience posting on my site has been selecting myself as the Author for each post. Now the logged-in user’s profile (me) is the default when creating a new post.