jeremystretch
|
b6660c72e1
|
Add tags as a feature query
|
2021-05-21 16:54:33 -04:00 |
|
jeremystretch
|
21d14a782e
|
Closes #6359: Enable custom links for organizational and nested group models
|
2021-05-06 13:01:20 -04:00 |
|
jeremystretch
|
67945f2f33
|
Closes #6351: Add aggregates count to tenant view
|
2021-05-05 09:53:06 -04:00 |
|
jeremystretch
|
3bd99e1910
|
Closes #6320: Introduce ChangeLoggedFilterSetTests
|
2021-05-03 15:25:16 -04:00 |
|
jeremystretch
|
ffa4cd134b
|
Introduce BaseFilterSetTests to standardize testing of PK filters
|
2021-05-03 14:36:44 -04:00 |
|
jeremystretch
|
fbffef1cc4
|
Rename FilterSet test modules
|
2021-05-03 13:07:19 -04:00 |
|
jeremystretch
|
3ef6284a0d
|
Move base FilterSet classes under netbox core
|
2021-04-29 16:53:48 -04:00 |
|
jeremystretch
|
1024782b9e
|
Rename FilterSet modules
|
2021-04-29 16:48:24 -04:00 |
|
jeremystretch
|
d35ac1347c
|
Move TagFilter to extras
|
2021-04-29 16:23:55 -04:00 |
|
jeremystretch
|
c4e88fd11a
|
Consolidate FilterSet classes
|
2021-04-29 15:59:11 -04:00 |
|
jeremystretch
|
0de50e0afe
|
Split Filter and FilterSet classes
|
2021-04-29 15:13:44 -04:00 |
|
jeremystretch
|
58659cf3b6
|
Fixes #6262: Support filtering by created/updated time for all relevant objects
|
2021-04-27 10:04:28 -04:00 |
|
jeremystretch
|
664ba55460
|
Reorganize base TestCase classes
|
2021-04-14 14:22:58 -04:00 |
|
jeremystretch
|
b0573f88e6
|
Merge branch 'develop' into feature
|
2021-04-11 13:16:00 -04:00 |
|
jeremystretch
|
348fca7e28
|
Fixes #6117: Handle exception when attempting to assign an MPTT-enabled model as its own parent
|
2021-04-11 12:57:53 -04:00 |
|
jeremystretch
|
696b5c80a7
|
Closes #6097: Redirect old slug-based object views
|
2021-04-08 13:25:29 -04:00 |
|
jeremystretch
|
f0018dcba9
|
LinkedCountColumn should always invoke filter by ID
|
2021-04-05 11:47:25 -04:00 |
|
jeremystretch
|
0a1531ce8a
|
TenantColumn should export null if no tenant is assigned
|
2021-04-05 11:18:30 -04:00 |
|
jeremystretch
|
779837389b
|
Convert all LinkColumns to Column(linkify=True)
|
2021-04-02 16:59:53 -04:00 |
|
Jeremy Stretch
|
2820d26a0f
|
Add dedicated views for nested group models
|
2021-03-26 15:07:29 -04:00 |
|
Jeremy Stretch
|
1f1a62da67
|
Initial work on #151: Object journaling
|
2021-03-16 15:00:08 -04:00 |
|
Jeremy Stretch
|
fb48c1f6dd
|
Add 'display' field to all REST API serializers
|
2021-03-16 10:06:25 -04:00 |
|
Jeremy Stretch
|
61d23df83a
|
Closes #5972: Bulk edit support for organizational models (#5974)
* Enable bulk editing of organizational models
* Enable bulk editing of nested group models
* Changelog for #5972
|
2021-03-12 16:14:42 -05:00 |
|
Jeremy Stretch
|
fca5accba8
|
Clean up base serializers
|
2021-03-12 13:31:28 -05:00 |
|
Jeremy Stretch
|
4397d3da02
|
Remove redundant TreeManager from TenantGroup
|
2021-03-10 14:35:44 -05:00 |
|
Jeremy Stretch
|
fc5bb966f0
|
Declare TaggableManager on PrimaryModel base class
|
2021-03-10 14:32:50 -05:00 |
|
Jeremy Stretch
|
7a5cf80412
|
Clean up extraneous imports
|
2021-03-05 12:48:53 -05:00 |
|
Jeremy Stretch
|
32501c96e5
|
Introduce MPTTColumn to represent MPTT models
|
2021-03-04 20:47:24 -05:00 |
|
Jeremy Stretch
|
20a85c1ef2
|
Introduce TenantColumn to simplify representation
|
2021-03-04 16:07:55 -05:00 |
|
Jeremy Stretch
|
6ed2e7b636
|
Closes #5894: Use primary keys when filtering object lists by related objects in the UI
|
2021-03-01 17:24:30 -05:00 |
|
Jeremy Stretch
|
6a9b50f95d
|
Closes #5873: Use numeric IDs in all object URLs
|
2021-02-26 17:23:23 -05:00 |
|
Jeremy Stretch
|
1dcd857ca6
|
Closes #5370: Extend custom field support to organizational models
|
2021-02-26 16:25:37 -05:00 |
|
Jeremy Stretch
|
7e6cb9d186
|
Closes #1638: Migrate all primary keys to 64-bit integers
|
2021-02-26 16:12:52 -05:00 |
|
Jeremy Stretch
|
cf78307577
|
Update organizational models to use custom field forms
|
2021-02-26 11:25:23 -05:00 |
|
Jeremy Stretch
|
12fbd34962
|
Introduce NestedGroupModelSerializer
|
2021-02-25 17:15:42 -05:00 |
|
Jeremy Stretch
|
664a39911c
|
Add custom field support for organizational models to API serializers
|
2021-02-25 15:58:13 -05:00 |
|
Jeremy Stretch
|
cef8204f40
|
Merge tags fields with primary object fields in form display
|
2021-02-25 14:03:14 -05:00 |
|
Jeremy Stretch
|
42e82f0ead
|
Update object edit template to use fieldsets where possible
|
2021-02-25 13:51:48 -05:00 |
|
Jeremy Stretch
|
bec7ea7072
|
Standardize model types based on function
|
2021-02-24 21:01:16 -05:00 |
|
Jeremy Stretch
|
04a6e2de9d
|
Changelog and test for #5786
|
2021-02-24 14:39:09 -05:00 |
|
pgnuta
|
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 |
|
Jeremy Stretch
|
7873952e7a
|
Avoid wrapping text in hierarchical table columns
|
2020-12-30 15:30:31 -05:00 |
|
Jeremy Stretch
|
ddd10ba8af
|
Clean up hierarchical table columns
|
2020-12-22 16:14:16 -05:00 |
|
Jeremy Stretch
|
4a066a1913
|
Rename get_subquery() to count_related()
|
2020-12-17 14:47:49 -05:00 |
|
Jeremy Stretch
|
91083fd6c5
|
Call Coalesce() inside get_queryset()
|
2020-12-17 14:45:50 -05:00 |
|
Daniel Sheppard
|
3c2b2f26b9
|
Fixes: #5450 - Added Coalesce to viewsets for the _count functions
|
2020-12-15 12:50:28 -06:00 |
|
Jeremy Stretch
|
6fb080ff4c
|
Rename CustomFieldFilterSet
|
2020-11-23 14:47:54 -05:00 |
|
Jeremy Stretch
|
1d922ee813
|
Migrate all ObjectView subclasses to use get_extra_context()
|
2020-11-19 15:59:11 -05:00 |
|
Jeremy Stretch
|
d5d87e0fdd
|
Update templates to use "object" context var
|
2020-11-19 13:22:33 -05:00 |
|
Jeremy Stretch
|
b3c770216e
|
Relocate and group generic views
|
2020-11-11 16:07:38 -05:00 |
|