-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Error after upgrade to 2.3.5 #2239
Comments
According to @jeremystretch a quick fix is to downgrade django-filter pip3 install django-filter==1.1.0 |
Bump that I had the same error after upgrading 2.3.4 to 2.3.5. Downgrading django-filter from 2.0.0 to 1.1.0 seems to have fixed it for me. |
Same, thanks for the fix @mpatcheco |
This issue makes the current |
@drybjed The issue is with the new release of the django-filter library; using a virtualenv (or not) won't make any difference. I'm going to return to my earlier approach of pinning exact versions of all required libraries in |
@jeremystretch Excellent, thanks for quick reaction. :-) |
Issue type
[ ] Feature request
[X] Bug report
[ ] Documentation
[ ] Housekeeping
After an upgrade from 2.3.1 to 2.3.4, when access main functions (Sites, Tenants, Racks, etc ..) a error is showed
**There was a problem with your request. Please contact an administrator.
The complete exception is provided below:
<class 'TypeError'>
init() got an unexpected keyword argument 'name'**
Environment
Description
A lot of users are having the same issue upgrading from 2.3.4 or even on a fresh install of a 2.3.5
Discussion link:
https://groups.google.com/forum/#!topic/netbox-discuss/h35vs7dkbRQ%5B1-25%5D
The text was updated successfully, but these errors were encountered: