Skip to content

v1.5.1

Compare
Choose a tag to compare
@ababic ababic released this 10 Oct 14:59
· 915 commits to master since this release

What's changed?

  • MenuPage.has_submenu_items() is now only ever called if check_for_children is True in menu_tags.prime_menu_items(). This way, the max_levels value supplied to the original menu tag is always respected, with no additional levels ever being rendered. The check_for_children value passed to has_submenu_items() is now always True. Since removing would add breaking changes, it will be removed in a later feature release.
  • Fixed a migration-related issue that was causing Django to create new migrations for the app in some environments (Thanks to @nadersoliman for raising/helping).
  • Fixed an issue where not all help text was marked for translation (Thanks to @nadersoliman for raising/helping).