Skip to content

v1.6.0 - Django 6.1 & UX

Latest

Choose a tag to compare

@thibaudcolas thibaudcolas released this 24 Jul 16:57
· 1 commit to main since this release
v1.6.0
4355ac5

1.6.0 - 2026-07-24

Added

  • Support Django 6.1

Fixed

  • Avoid duplicating templates when more than one template engine is set up (#264) thanks to @maribedran

Changed

  • Add blocks to base.html and index.html to make them easier to extend (#276), ty @helenb
  • Swap position of template "docs" and "source" tabs, and make the "docs" tab the default (#259), thank you @LucidDan
  • Display a default text when no docs is available
  • Relax supported version ranges for PyYAML and Markdown