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

27 Commits

Author SHA1 Message Date
9b48a26aef Merge pull request #4723 from jsenecal/4615_interface_label
Closes: #4615 Physical labels
2020-06-11 13:03:46 -04:00
a37d06064a Add label to DeviceBay models and serializers 2020-06-11 10:19:53 -04:00
e3a8638471 Move __str__() to the abstract class 2020-06-10 22:04:45 -04:00
3b54d6f8e5 No need to reference the model itself 2020-06-10 15:11:47 -04:00
e21cbf2a06 Add the label to the string representation 2020-06-05 11:01:39 -04:00
a06d74472d Add label to *ports models 2020-06-05 10:32:59 -04:00
f8851121ab Add the label to the string representation 2020-06-04 17:11:27 -04:00
cde1db4436 Add label to interface models 2020-06-04 16:44:25 -04:00
e23b2c4c4f Implement RestrictedQuerySet as a manager 2020-05-29 16:27:36 -04:00
718ff4a743 Update help_texts for models, import forms 2020-05-01 15:40:34 -04:00
bcb7899b04 Fixes #4548: Fix tracing cables through a single RearPort 2020-04-29 16:32:30 -04:00
131d2c97ca Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero 2020-04-21 16:13:34 -04:00
29707cd496 Adapt tracing view to account for split ends (WIP) 2020-04-15 17:09:04 -04:00
5205c4963f Refactor cable tracing logic 2020-04-15 15:46:41 -04:00
a72d5c899e Merge branch 'develop' into develop-2.8 2020-03-27 12:53:55 -04:00
f1236e9bf7 Tweak tracing logic to ensure consistent behavior 2020-03-19 10:42:53 -04:00
e143158f12 Remove unused follow_circuits arg for cable tracing 2020-03-18 21:14:53 -04:00
40bfb55370 Improved cable tracing logic 2020-03-18 20:47:27 -04:00
9df238c5f2 Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
9466802a95 closes #4368 - extras features model registration 2020-03-14 03:03:22 -04:00
3b4ec5926d Standardize existing description fields to a length of 200 chars 2020-03-13 15:49:58 -04:00
909971f237 Fixes #4221: Fix exception when deleting a device with interface connections when an interfaces webhook is defined 2020-02-24 12:41:55 -05:00
7c74d2ca65 Convert interface models to use NaturalOrderingField 2020-02-07 15:58:03 -05:00
12d09e2274 Convert device components to use NaturalOrderingField 2020-02-07 11:36:58 -05:00
c1c8b5e816 Introduce InventoryItemCreateView to bring inventory items up to par with other components 2020-02-06 10:59:13 -05:00
1a25f5a7f2 Fixes #4030: Fix exception when bulk editing interfaces (revised) 2020-01-30 15:12:10 -05:00
ca13045515 Closes #3092: Split DCIM models into separate files for easier management 2020-01-10 14:22:22 -05:00