1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Renamed AddViews to CreateViews for consistency

This commit is contained in:
Jeremy Stretch
2017-06-13 16:48:21 -04:00
parent 469c52be28
commit 8eb9c451a1
5 changed files with 28 additions and 28 deletions

View File

@@ -290,7 +290,7 @@ class ObjectDeleteView(GetReturnURLMixin, View):
})
class BulkAddView(View):
class BulkCreateView(View):
"""
Create new objects in bulk.