Skip to content

2026.9.16

Latest

Choose a tag to compare

@versun versun released this 16 Sep 03:28
· 1 commit to main since this release

What's Changed

  • Unicode Tag Slug Support & Cache Fix:
    • Tag.slug now supports Unicode characters (such as Chinese) via unicode_slugify.
    • Fixed an issue where cache_tag filtered feeds using tags__name instead of tags__slug, causing feeds to be missing when a tag's name differs from its slug.
    • Used RFC 6266 / RFC 5987 compliant Content-Disposition headers for inline XML feeds with Unicode filenames.
    • Optimized tag existence lookup in views.tag with database-level exists().
    • Added URL quoting for tag slugs in the admin interface.
  • Database Schema:
    • Increased Feed.feed_url max length to 1000 to accommodate longer URLs with query parameters and tokens.

Full Changelog: 2026.9.6...2026.9.16