Commit Graph

4548 Commits

Author SHA1 Message Date
Jeremy Stretch
d3ab17b4e1 Set a default self.to_field_name for FilterChoiceField 2020-02-10 10:08:20 -05:00
Jeremy Stretch
c44d52756f Remove custom template for APISelect widget 2020-02-10 10:02:42 -05:00
Jeremy Stretch
252d3595ac Standardize usage of FilterChoiceField 2020-02-10 09:58:33 -05:00
Jeremy Stretch
e859074820 Clean up unneeded code relevant to FilterChoiceField 2020-02-10 09:44:19 -05:00
Jeremy Stretch
f3367c98c0 Override get_bound_field() on FilterChoiceFieldMixin to restrict the queryset of bound fields 2020-02-07 18:04:40 -05:00
Jeremy Stretch
c8ed1f18fe Merge pull request #4122 from netbox-community/3799-natural-ordering-field
Closes #3799: Remove NaturalOrderingManager
2020-02-07 16:26:45 -05:00
Jeremy Stretch
399f93fa6b Changelog for #3799 2020-02-07 16:18:15 -05:00
Jeremy Stretch
14b3d74903 Convert interface models to use NaturalOrderingField 2020-02-07 15:58:03 -05:00
Jeremy Stretch
96ceac53e2 Update table field ordering 2020-02-07 12:44:51 -05:00
Jeremy Stretch
7162c56347 Fix PowerOutlet migrations 2020-02-07 12:43:53 -05:00
Jeremy Stretch
15747d4b49 Store empty names as null 2020-02-07 12:24:38 -05:00
Jeremy Stretch
04d221e862 Enable reverse migration 2020-02-07 12:23:52 -05:00
Jeremy Stretch
59e0463320 Remove NaturalOrderingManager 2020-02-07 11:59:32 -05:00
Jeremy Stretch
d3596932f6 Convert remaining DCIM models to use NaturalOrderingField 2020-02-07 11:59:16 -05:00
Jeremy Stretch
c3aa21a92e Convert device component templates to use NaturalOrderingField 2020-02-07 11:42:12 -05:00
Jeremy Stretch
0dea297b3c Convert device components to use NaturalOrderingField 2020-02-07 11:36:58 -05:00
Jeremy Stretch
af1e198aae Introduce NaturalOrderingField 2020-02-07 11:36:22 -05:00
Jeremy Stretch
234f6742b7 Chnagelog for #4100 2020-02-07 09:24:51 -05:00
Jeremy Stretch
4b5a554013 Merge pull request #4115 from hSaria/4100-interface-filter-device
Fixes #4100: Added device field to device components filter forms
2020-02-07 09:20:49 -05:00
Jeremy Stretch
377afc4a9c Merge pull request #4117 from netbox-community/4116-component-bulk-actions
Closes #4116: Enable bulk edit and delete functions for device component list views
2020-02-06 22:03:25 -05:00
Jeremy Stretch
7788e12e6c Changelog for #4116 2020-02-06 21:52:10 -05:00
Jeremy Stretch
b5bdfee507 Tweak bulk edit views to dynamically remove device-dependent fields 2020-02-06 21:44:28 -05:00
Jeremy Stretch
62d548d48f Enable bulk edit/delete views for all device components 2020-02-06 20:58:14 -05:00
Jeremy Stretch
20eb0925dc Correct typo 2020-02-06 20:46:19 -05:00
Saria Hajjar
5895553293 Fixes #4100: Added device field to device components filter forms 2020-02-06 23:10:38 +00:00
Jeremy Stretch
3de1b5683f Standardize URL paths for VM interfaces 2020-02-06 17:40:04 -05:00
Jeremy Stretch
d369c690b8 Changelog for #4113 2020-02-06 16:05:30 -05:00
Jeremy Stretch
75e978ad55 Merge pull request #4114 from netbox-community/4113-component-bulk-editing
Closes #4113: Add bulk edit functionality for device type components
2020-02-06 16:03:37 -05:00
Jeremy Stretch
5a5ab5444f Fix table links for adding new components 2020-02-06 15:54:52 -05:00
Jeremy Stretch
28aa3736ae Fix up bulk editing forms 2020-02-06 15:51:51 -05:00
Jeremy Stretch
f580ea8d20 Add tests for DeviceType component bulk edit views 2020-02-06 15:33:47 -05:00
Jeremy Stretch
a37e1cc01e Add bulk edit views for DeviceType components 2020-02-06 15:29:10 -05:00
Jeremy Stretch
29cd5f0feb Merge pull request #4112 from netbox-community/4109-devicetype-component-tests
Closes #4109: Add view tests for device component templates
2020-02-06 14:57:10 -05:00
Jeremy Stretch
9b189c4e51 Add tests for device type component views 2020-02-06 14:39:36 -05:00
Jeremy Stretch
52354d9909 Fix bulk edit buttons 2020-02-06 13:19:25 -05:00
Jeremy Stretch
3202cbb248 Overhaul device component template creation views/URLs 2020-02-06 13:13:40 -05:00
Jeremy Stretch
626205d60d Rename device component edit URLs 2020-02-06 12:18:53 -05:00
Jeremy Stretch
62cf93fe12 Rename component template deletion URLs 2020-02-06 12:16:28 -05:00
Jeremy Stretch
86cc2c8a71 Reorganized device component URLs (again) 2020-02-06 11:51:27 -05:00
Jeremy Stretch
12eea1e097 Simplify help_text for ExpandableNameField 2020-02-06 11:44:29 -05:00
Jeremy Stretch
d087c0e13b Remove obsolete ComponentForm 2020-02-06 11:36:25 -05:00
Jeremy Stretch
a648a3e91e Replace HiddenInput widget on device component creation forms with APISelect 2020-02-06 11:29:50 -05:00
Jeremy Stretch
cbcccc7377 Introduce InventoryItemCreateView to bring inventory items up to par with other components 2020-02-06 10:59:13 -05:00
Jeremy Stretch
5c9b6f8733 Fixes #4090: Render URL custom fields as links under object view 2020-02-05 17:08:39 -05:00
Jeremy Stretch
5da15d128f Reduce number of changelog entries to improve page loading time 2020-02-05 17:01:46 -05:00
Jeremy Stretch
78fabad227 Fixes #4099: Linkify interfaces on global interfaces list 2020-02-05 16:52:42 -05:00
Jeremy Stretch
9fe3d91cd9 Fixes #4091: Fix filtering of objects by custom fields using UI search form 2020-02-05 16:39:42 -05:00
Jeremy Stretch
f313b76cc0 Merge pull request #4096 from elju/patch-1
Updated forms.py to match current naming (Fix for #4095)
2020-02-05 16:25:34 -05:00
Jeremy Stretch
ec5a5551c2 Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
Jeremy Stretch
d107284bed Merge pull request #4098 from netbox-community/4086-device-component-urls
Closes #4086: Rename device component create/edit/delete URLs
2020-02-05 16:03:14 -05:00