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
Bulk edit views are used to modify multiple objects at once. Requests must be POSTed. GET requests should be redirected to the default return URL. Instead, a TypeError similar to below is generated:
TypeError at /dcim/devices/edit/
get() takes 1 positional argument but 2 were given
This is because the GET request handler does not accept a request parameter.
The text was updated successfully, but these errors were encountered:
Issue type
[ ] Feature request
[x] Bug report
[ ] Documentation
Environment
Description
Bulk edit views are used to modify multiple objects at once. Requests must be POSTed. GET requests should be redirected to the default return URL. Instead, a TypeError similar to below is generated:
This is because the GET request handler does not accept a
request
parameter.The text was updated successfully, but these errors were encountered: