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

327 Commits

Author SHA1 Message Date
2820d26a0f Add dedicated views for nested group models 2021-03-26 15:07:29 -04:00
1f1a62da67 Initial work on : Object journaling 2021-03-16 15:00:08 -04:00
fb48c1f6dd Add 'display' field to all REST API serializers 2021-03-16 10:06:25 -04:00
61d23df83a Closes : Bulk edit support for organizational models ()
* Enable bulk editing of organizational models

* Enable bulk editing of nested group models

* Changelog for 
2021-03-12 16:14:42 -05:00
fca5accba8 Clean up base serializers 2021-03-12 13:31:28 -05:00
4397d3da02 Remove redundant TreeManager from TenantGroup 2021-03-10 14:35:44 -05:00
fc5bb966f0 Declare TaggableManager on PrimaryModel base class 2021-03-10 14:32:50 -05:00
7a5cf80412 Clean up extraneous imports 2021-03-05 12:48:53 -05:00
32501c96e5 Introduce MPTTColumn to represent MPTT models 2021-03-04 20:47:24 -05:00
20a85c1ef2 Introduce TenantColumn to simplify representation 2021-03-04 16:07:55 -05:00
6ed2e7b636 Closes : Use primary keys when filtering object lists by related objects in the UI 2021-03-01 17:24:30 -05:00
6a9b50f95d Closes : Use numeric IDs in all object URLs 2021-02-26 17:23:23 -05:00
1dcd857ca6 Closes : Extend custom field support to organizational models 2021-02-26 16:25:37 -05:00
7e6cb9d186 Closes : Migrate all primary keys to 64-bit integers 2021-02-26 16:12:52 -05:00
cf78307577 Update organizational models to use custom field forms 2021-02-26 11:25:23 -05:00
12fbd34962 Introduce NestedGroupModelSerializer 2021-02-25 17:15:42 -05:00
664a39911c Add custom field support for organizational models to API serializers 2021-02-25 15:58:13 -05:00
cef8204f40 Merge tags fields with primary object fields in form display 2021-02-25 14:03:14 -05:00
42e82f0ead Update object edit template to use fieldsets where possible 2021-02-25 13:51:48 -05:00
bec7ea7072 Standardize model types based on function 2021-02-24 21:01:16 -05:00
04a6e2de9d Changelog and test for 2021-02-24 14:39:09 -05:00
fa3199d41c Update serializers.py
Group should be nullable via API to match frontend functionality and Swagger documentation.
2021-02-11 11:49:57 +13:00
7873952e7a Avoid wrapping text in hierarchical table columns 2020-12-30 15:30:31 -05:00
ddd10ba8af Clean up hierarchical table columns 2020-12-22 16:14:16 -05:00
4a066a1913 Rename get_subquery() to count_related() 2020-12-17 14:47:49 -05:00
91083fd6c5 Call Coalesce() inside get_queryset() 2020-12-17 14:45:50 -05:00
3c2b2f26b9 Fixes: - Added Coalesce to viewsets for the _count functions 2020-12-15 12:50:28 -06:00
6fb080ff4c Rename CustomFieldFilterSet 2020-11-23 14:47:54 -05:00
1d922ee813 Migrate all ObjectView subclasses to use get_extra_context() 2020-11-19 15:59:11 -05:00
d5d87e0fdd Update templates to use "object" context var 2020-11-19 13:22:33 -05:00
b3c770216e Relocate and group generic views 2020-11-11 16:07:38 -05:00
6542a326c1 Clean up stray Font Awesome icons 2020-11-06 15:06:45 -05:00
23cce55246 Merge branch 'develop' into develop-2.10 2020-11-05 15:33:07 -05:00
7598b891c1 Add initial_params to all forms 2020-11-04 11:09:13 -05:00
9a9babfc35 Remove extraneous prefetch_related() calls from object list views 2020-10-30 16:54:41 -04:00
c9c8d337a0 Closes : Standardized name field lengths across all models 2020-10-15 15:37:34 -04:00
c0c5f52ed9 Reorganize REST API components under netbox app 2020-10-13 15:57:21 -04:00
28f0da0bc1 Introduce LinkedCountColumn to standardize approach to counting related items in tables 2020-09-25 12:42:17 -04:00
38ed612cb9 Add test for API bulk updates 2020-09-22 13:50:55 -04:00
5b3de8defe Use DjangoJSONEncoder for encoding custom field data 2020-08-25 13:57:18 -04:00
2276603ac3 Drop CustomFieldValue 2020-08-21 16:21:11 -04:00
879166d939 Initial work on reimplementing custom fields 2020-08-21 15:16:33 -04:00
fd139a77f5 Closes : Introduce OrderedDefaultRouter; move root API views to views.py 2020-08-13 12:49:49 -04:00
c45a57ff43 Update cable termination forms to use DynamicModelChoiceField 2020-08-12 12:58:32 -04:00
100c8fef20 Add support for referencing peer field values in query_params 2020-08-12 12:37:17 -04:00
b917403c93 Replace 'nullable' attribute with null_option 2020-08-12 10:05:12 -04:00
8a8b4e728a Move null_option to DynamicModelChoiceMixin 2020-08-12 09:47:13 -04:00
a831e525da Remove value_field from APISelect; reference to_field_name on field 2020-08-11 17:19:40 -04:00
cb36f9fdb3 Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
0f679e1f03 Closes : Specify ordering for querysets using annotate() to count related objects 2020-07-20 12:07:19 -04:00