What's Changed
- Unicode Tag Slug Support & Cache Fix:
Tag.slugnow supports Unicode characters (such as Chinese) viaunicode_slugify.- Fixed an issue where
cache_tagfiltered feeds usingtags__nameinstead oftags__slug, causing feeds to be missing when a tag's name differs from its slug. - Used RFC 6266 / RFC 5987 compliant
Content-Dispositionheaders for inline XML feeds with Unicode filenames. - Optimized tag existence lookup in
views.tagwith database-levelexists(). - Added URL quoting for tag slugs in the admin interface.
- Database Schema:
- Increased
Feed.feed_urlmax length to 1000 to accommodate longer URLs with query parameters and tokens.
- Increased
Full Changelog: 2026.9.6...2026.9.16