jazzband / wagtailmenus

An app to help you manage and render menus in your Wagtail projects more effectively

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pypi Project links are broken, Read the Docs not updated

dkirkham opened this issue · comments

commented

The Project Links on PyPi - https://pypi.org/project/wagtailmenus/4.0/ - point to the wrong URLs:

Homepage: https://github.com/jazzband/wagtailmenus/tree/stable/4.0.x
Download: https://github.com/jazzband/wagtailmenus/tarball/v4.0

It appears this has been a problem in earlier releases.

I'm not sure if this should be addressed via legacy setup.py or another packaging mechanism.

Also it appears the Read The Docs site is not showing the 4.0 docs.

Is there a way to access the 4.0 docs until the problem is fixed?

I think this has to do with the Jazzband's bot. The bot was supposed to update those pages.

Perhaps @jezdez can help as he is the sole roadie in the group. Another option is as @ababic for support. As the original author, he still has admin access to both readthedocs and PyPI pages.

Hi all, actually used wagtail 6.x and wagtailmenus 4 but i have a error?
first warning:
wagtailmenus.FlatMenu: (wagtailadmin.W002) FlatMenu.content_panels will have no effect on snippets editing
HINT: Ensure that FlatMenu uses panels instead of content_panelsor set up an edit_handler if you want a tabbed editing interface.

and then when I try the admin receive this error:
File "/Users/user/projects/django/mysite/.venv/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner
response = get_response(request)
^^^^^^^^^^^^^^^^^^^^^
TypeError: 'dict' object is not callable

I followed the docs https://wagtailmenus.readthedocs.io/en/stable/installation.html but in my setting i don't put this
'wagtail_modeladmin', # if Wagtail >=5.1; Don't repeat if it's there already
'wagtail.contrib.modeladmin', # if Wagtail <5.1; Don't repeat if it's there already

because i'm in version 6.1 of wagtail?
any suggestion for solved this problem? anybody?

Hi all, actually used wagtail 6.x and wagtailmenus 4 but i have a error? first warning: wagtailmenus.FlatMenu: (wagtailadmin.W002) FlatMenu.content_panels will have no effect on snippets editing HINT: Ensure that FlatMenu uses panels instead of content_panelsor set up an edit_handler if you want a tabbed editing interface.

We are treating that warning as a false positive. We are using issue #464 to keep track of it.
Please ignore the warning and use FlatMenu in the way the docs tell you to.

If the problem still persists, please create a new issue for it, as we are using this issue to keep track of the project links problem.