7e18b0dd3a
Remove csv_headers model attributes
2021-06-09 15:52:49 -04:00
5b4dacf0f5
Merge branch 'develop' into feature
2021-05-25 13:19:17 -04:00
da0aa38614
#6372 : Move object list search panel into collapsed view & remove search field
2021-05-23 00:31:48 -07:00
5b4793a2d5
Closes #5121 : Add content_type filters for tags
2021-05-21 17:05:32 -04:00
4c3b0abe7b
Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
...
# Conflicts:
# netbox/dcim/tables/template_code.py
# netbox/netbox/views/__init__.py
# netbox/project-static/css/base.css
# netbox/templates/base.html
# netbox/templates/circuits/circuit.html
# netbox/templates/circuits/circuittermination_edit.html
# netbox/templates/circuits/inc/circuit_termination.html
# netbox/templates/circuits/provider.html
# netbox/templates/dcim/device.html
# netbox/templates/dcim/device/base.html
# netbox/templates/dcim/device_component.html
# netbox/templates/dcim/devicetype.html
# netbox/templates/dcim/inc/device_napalm_tabs.html
# netbox/templates/dcim/rack.html
# netbox/templates/dcim/site.html
# netbox/templates/dcim/virtualchassis.html
# netbox/templates/extras/configcontext.html
# netbox/templates/extras/object_journal.html
# netbox/templates/extras/tag.html
# netbox/templates/generic/object.html
# netbox/templates/generic/object_list.html
# netbox/templates/home.html
# netbox/templates/inc/nav_menu.html
# netbox/templates/ipam/aggregate.html
# netbox/templates/ipam/ipaddress.html
# netbox/templates/ipam/prefix.html
# netbox/templates/ipam/vlan.html
# netbox/templates/ipam/vlangroup_edit.html
# netbox/templates/ipam/vlangroup_vlans.html
# netbox/templates/secrets/secret.html
# netbox/templates/tenancy/tenant.html
# netbox/templates/users/api_tokens.html
# netbox/templates/virtualization/cluster.html
# netbox/templates/virtualization/vminterface_edit.html
# netbox/utilities/forms/fields.py
# netbox/utilities/templates/buttons/export.html
2021-04-14 11:30:15 -07:00
f28edd0864
Use CommentField for JournalEntry comments
2021-04-02 17:14:15 -04:00
cd629fc737
Closes #4833 : Allow assigning config contexts by device type
2021-03-29 15:40:09 -04:00
cf8dad5763
fix object journal styles
2021-03-17 22:37:13 -07:00
82fbd975f1
Add kind field to JournalEntry
2021-03-17 12:51:39 -04:00
956e2728c2
Add bulk edit, delete views for journal entries
2021-03-17 10:41:06 -04:00
8be4fbbce3
Add JournalEntry list view w/filtering
2021-03-16 15:57:23 -04:00
1f1a62da67
Initial work on #151 : Object journaling
2021-03-16 15:00:08 -04:00
c64f96d65b
Drop usage of display_field on DynamicModelChoiceFields
2021-03-16 10:29:15 -04:00
79b19821f6
Closes #5892 : Introduce SiteGroup model ( #5937 )
...
* Initial work on #5892
* Add site group selection to object edit forms
* Add documentation for site groups
* Changelog for #5892
* Finish application of site groups to config context
2021-03-08 13:28:53 -05:00
6ed2e7b636
Closes #5894 : Use primary keys when filtering object lists by related objects in the UI
2021-03-01 17:24:30 -05:00
9db492eb07
Add custom field support to ComponentCreateForm
2021-03-01 13:37:53 -05:00
42e82f0ead
Update object edit template to use fieldsets where possible
2021-02-25 13:51:48 -05:00
34643f536e
Fixes #5466 : Fix validation for required custom fields
2020-12-15 15:56:42 -05:00
143f3cc27c
#4711 : Rename CustomField.obj_type to content_types
2020-10-14 15:26:46 -04:00
3df3706f27
Closes #5190 : Add a REST API endpoint for content types
2020-10-09 15:08:29 -04:00
9b16d6df2e
Merge v2.9.4 release
2020-09-23 16:11:00 -04:00
afa1449f89
Fixes #5167 : Support filtering ObjectChanges by multiple users
2020-09-22 16:17:39 -04:00
0c3fafdfef
Closes #4897 : Allow filtering by content type identified as <app>.<model> string
2020-09-22 16:06:38 -04:00
fb8904af54
Remove unused attributes, methods
2020-08-25 13:49:23 -04:00
c85a45e520
Further work on custom fields
2020-08-24 14:11:13 -04:00
2276603ac3
Drop CustomFieldValue
2020-08-21 16:21:11 -04:00
dd707c97af
Cache custom fields on instance prior to save()
2020-08-17 11:08:14 -04:00
a831e525da
Remove value_field from APISelect; reference to_field_name on field
2020-08-11 17:19:40 -04:00
fdc43f8279
Add display_field kwarg to DynamicModelChoiceMixin
2020-08-11 17:00:28 -04:00
b47a9f251d
Change ObjectChangeFilterForm user field to be API-driven
2020-07-23 13:47:19 -04:00
15525392a2
Closes #4837 : Use dynamic form widget for relationships to MPTT objects
2020-07-09 09:50:01 -04:00
2d4694e72d
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
...
Closes #3703 : Restrict tag creation
2020-06-17 12:28:04 -04:00
eaaaaec5a5
Fixes #4710 : Fix merging of form fields among custom scripts
2020-06-15 14:20:00 -04:00
7dc4f8d5cc
Remove TagField
2020-06-12 10:01:39 -04:00
da906f48d9
Standardize add, import, and export functionality for tags
2020-06-12 09:48:23 -04:00
ccc31b2c7c
Fixes #4525 : Allow passing initial data to custom script MultiObjectVar
2020-05-26 15:34:29 -04:00
1461be2004
Fixes #4613 : Fix tag assignment on config contexts (regression from #4527 )
2020-05-13 10:28:48 -04:00
839e999a71
Introduce CSVModelForm for dynamic CSV imports
2020-05-05 16:15:09 -04:00
f019c8d2ce
Fixes #4527 : Fix assignment of certain tags to config contexts
2020-04-24 11:31:01 -04:00
09e09e43ba
Merge branch 'develop' into develop-2.8
2020-03-18 14:44:18 -04:00
0068108c57
Remove APISelect widget/api_url argument from dynamic fields
2020-03-16 14:08:48 -04:00
d4f6909859
Rename Tag.comments to description
2020-03-13 17:00:00 -04:00
7b93155b06
Fix form field ordering; self.fields no longer an OrderedDict
2020-02-19 15:08:15 -05:00
7177fcfa61
Use DynamicModelChoiceField for all fields using APISelect
2020-02-11 12:25:40 -05:00
221805a63e
Use TreeNode choice fields for region assignment
2020-02-11 09:50:33 -05:00
da68968d75
Replace FilterChoiceField with DynamicModelMultipleChoiceField
2020-02-11 09:33:41 -05:00
55f5ede970
Standardize usage of FilterChoiceField
2020-02-10 09:58:33 -05:00
68738e683a
Fixes #4091 : Fix filtering of objects by custom fields using UI search form
2020-02-05 16:39:42 -05:00
fcd8e93e2e
Merge pull request #4014 from hSaria/3886-config-context-cluster
...
Fixes #3886 : Config context cluster (group)
2020-02-03 16:02:56 -05:00
bceaa4a9a4
Corrected models for cluster and cluster group fields
2020-02-02 23:37:01 +00:00