Skip to content

Commit 6fc7604

Browse files
authored
main_menu is no longer in experimental (iommirocks#696)
1 parent b504195 commit 6fc7604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test_doc_main_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_base(settings, medium_discography):
2727
2828
To set up your main menu:
2929
30-
- add the `iommi.experimental.main_menu.main_menu_middleware` middleware to the `MIDDLEWARE` list
30+
- add the `iommi.main_menu.main_menu_middleware` middleware to the `MIDDLEWARE` list
3131
- declare your `MainMenu`
3232
- define the `IOMMI_MAIN_MENU` setting to point to where you have defined your menu (like `IOMMI_MAIN_MENU = 'your_app.main_menu.main_menu'`).
3333
- add the url patterns from the menu to your app

0 commit comments

Comments
 (0)