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
Administrators now have the option of configuring a set of default permissions to be applied to _all_ users, regardless of explicit permission or group assignment. This is accomplished by defining the `DEFAULT_PERMISSIONS` configuration parameter.
27
+
24
28
#### User Bookmarks ([#8248](https://github.com/netbox-community/netbox/issues/8248))
25
29
26
30
Users can now bookmark their most commonly-visited objects in NetBox. Bookmarks will display both on the dashboard (if configured) and on a user-specific bookmarks view.
27
31
28
32
#### Custom Field Choice Sets ([#12988](https://github.com/netbox-community/netbox/issues/12988))
29
33
30
-
Select and multi-select custom fields now employ discrete, reusable choice sets containing the valid options for each field. A choice set may be shared by multiple custom fields.
34
+
Select and multi-select custom fields now employ discrete, reusable choice sets containing the valid options for each field. A choice set may be shared by multiple custom fields. Additionally, each choice within a set can now specify both a value and a human-friendly label (see [#13241](https://github.com/netbox-community/netbox/issues/13241)).
35
+
36
+
#### Pre-Defined Location Choices for Custom Fields ([#12194](https://github.com/netbox-community/netbox/issues/12194))
37
+
38
+
Users now have the option to employ one of several pre-defined choice sets when creating a custom field. These include:
39
+
40
+
* IATA airport codes
41
+
* ISO 3166 country codes
42
+
* UN/LOCODE identifiers
43
+
44
+
Extra choices may also be appended to the pre-defined sets as needed.
31
45
32
46
#### Restrict Tag Usage by Object Type ([#11541](https://github.com/netbox-community/netbox/issues/11541))
33
47
@@ -40,10 +54,13 @@ Tags may now be restricted to use with designated object types. Tags that have n
40
54
*[#10197](https://github.com/netbox-community/netbox/issues/10197) - Cache the number of member devices on each virtual chassis
41
55
*[#11305](https://github.com/netbox-community/netbox/issues/11305) - Add GPS coordinate fields to the device model
42
56
*[#12175](https://github.com/netbox-community/netbox/issues/12175) - Permit racks to start numbering at values greater than one
57
+
*[#12210](https://github.com/netbox-community/netbox/issues/12210) - Add tenancy assignment for power feeds
58
+
*[#13170](https://github.com/netbox-community/netbox/issues/13170) - Add `rf_role` to InterfaceTemplate
43
59
*[#13269](https://github.com/netbox-community/netbox/issues/13269) - Cache the number of assigned component templates for device types
44
60
45
61
### Other Changes
46
62
63
+
* Work has begun on introducing translation and localization support in NetBox. This work is being performed in preparation for release 4.0.
47
64
*[#9077](https://github.com/netbox-community/netbox/issues/9077) - Prevent the errant execution of dangerous instance methods in Django templates
48
65
*[#11766](https://github.com/netbox-community/netbox/issues/11766) - Remove obsolete custom `ChoiceField` and `MultipleChoiceField` classes
49
66
*[#12180](https://github.com/netbox-community/netbox/issues/12180) - All API endpoints for available objects (e.g. IP addresses) now inherit from a common parent view
0 commit comments