use_align_attribute error when upgrading to 3.7.0 #14712
-
I'm running Netbox on Ubuntu VM and upgraded from 3.6.7 to 3.7.0. The upgrade was completed and now when I try to browse the website I get the following error:
Could you please help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
By "browse the website" do you mean just the front page? The problem may become clear if you provide a full backtrace. Either set EMAIL and ADMINS in configuration.py, in which case the backtrace will be mailed to you; or temporarily set DEBUG=True, in which case it will be visible in the web UI. (My guess is you've bypassed the virtualenv somehow) |
Beta Was this translation helpful? Give feedback.
-
This error occurs because you're running an older version of the Markdown library. NetBox v3.7.0 requires Markdown 3.5.1 (per You need to follow the documented upgrade process to ensure all dependencies are upgraded appropriately. |
Beta Was this translation helpful? Give feedback.
This error occurs because you're running an older version of the Markdown library. NetBox v3.7.0 requires Markdown 3.5.1 (per
requirements.txt
).You need to follow the documented upgrade process to ensure all dependencies are upgraded appropriately.