You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).