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
(Netbox 8cb38de running under ubuntu 16.04 with gunicorn and apache2)
Trying to do a bulk import of racks I get the following error:
<type 'exceptions.AttributeError'>
'Rack' object has no attribute 'u_consumed'
I can see this field in the model, but not in the migrations. It looks like the model was updated in commit 2e82113 but no new migration has been generated?
Workaround: I have done git checkout v1.3.1 to revert to the last tagged version.
Aside: I note that the installation instructions just tell you to checkout the master branch. Maybe it should suggest checking out the latest tag instead?
The text was updated successfully, but these errors were encountered:
jeremystretch
added
type: bug
A confirmed report of unexpected behavior in the application
and removed
type: bug
A confirmed report of unexpected behavior in the application
labels
Jul 25, 2016
(Netbox 8cb38de running under ubuntu 16.04 with gunicorn and apache2)
Trying to do a bulk import of racks I get the following error:
I can see this field in the model, but not in the migrations. It looks like the model was updated in commit 2e82113 but no new migration has been generated?
Workaround: I have done
git checkout v1.3.1
to revert to the last tagged version.Aside: I note that the installation instructions just tell you to checkout the master branch. Maybe it should suggest checking out the latest tag instead?
The text was updated successfully, but these errors were encountered: