Home
last modified time | relevance | path

Searched defs:queryset (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/
H A Dviews.py43 queryset = None variable in BulkDisconnectView
116 queryset = Region.objects.all() variable in RegionView
143 queryset = Region.objects.all() variable in RegionEditView
148 queryset = Region.objects.all() variable in RegionDeleteView
152 queryset = Region.objects.all() variable in RegionBulkImportView
271 queryset = Site.objects.all() variable in SiteListView
311 queryset = Site.objects.all() variable in SiteEditView
316 queryset = Site.objects.all() variable in SiteDeleteView
320 queryset = Site.objects.all() variable in SiteBulkImportView
587 queryset = Rack.objects.all() variable in RackEditView
[all …]
H A Dfiltersets.py139 def search(self, queryset, name, value): argument
215 def search(self, queryset, name, value): argument
317 def search(self, queryset, name, value): argument
378 def search(self, queryset, name, value): argument
447 def search(self, queryset, name, value): argument
493 def search(self, queryset, name, value): argument
756 def search(self, queryset, name, value): argument
877 def search(self, queryset, name, value): argument
1109 def search(self, queryset, name, value): argument
1191 def search(self, queryset, name, value): argument
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/
H A Dviews.py22 queryset = VRF.objects.all() variable in VRFListView
29 queryset = VRF.objects.all() variable in VRFView
53 queryset = VRF.objects.all() variable in VRFEditView
58 queryset = VRF.objects.all() variable in VRFDeleteView
62 queryset = VRF.objects.all() variable in VRFBulkImportView
152 queryset = RIR.objects.all() variable in RIRView
167 queryset = RIR.objects.all() variable in RIREditView
172 queryset = RIR.objects.all() variable in RIRDeleteView
176 queryset = RIR.objects.all() variable in RIRBulkImportView
291 queryset = Role.objects.all() variable in RoleView
[all …]
H A Dfiltersets.py64 def search(self, queryset, name, value): argument
107 def search(self, queryset, name, value): argument
156 def search(self, queryset, name, value): argument
167 def filter_prefix(self, queryset, name, value): argument
316 def search(self, queryset, name, value): argument
327 def filter_prefix(self, queryset, name, value): argument
422 def search(self, queryset, name, value): argument
547 def search(self, queryset, name, value): argument
644 def search(self, queryset, name, value): argument
739 def search(self, queryset, name, value): argument
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/virtualization/
H A Dviews.py33 queryset = ClusterType.objects.all() variable in ClusterTypeView
51 queryset = ClusterType.objects.all() variable in ClusterTypeEditView
56 queryset = ClusterType.objects.all() variable in ClusterTypeDeleteView
161 queryset = Cluster.objects.all() variable in ClusterView
165 queryset = Cluster.objects.all() variable in ClusterVirtualMachinesView
183 queryset = Cluster.objects.all() variable in ClusterDevicesView
201 queryset = Cluster.objects.all() variable in ClusterEditView
206 queryset = Cluster.objects.all() variable in ClusterDeleteView
210 queryset = Cluster.objects.all() variable in ClusterBulkImportView
229 queryset = Cluster.objects.all() variable in ClusterAddDevicesView
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/circuits/
H A Dviews.py20 queryset = Provider.objects.annotate( variable in ProviderListView
29 queryset = Provider.objects.all() variable in ProviderView
46 queryset = Provider.objects.all() variable in ProviderEditView
51 queryset = Provider.objects.all() variable in ProviderDeleteView
55 queryset = Provider.objects.all() variable in ProviderBulkImportView
61 queryset = Provider.objects.annotate( variable in ProviderBulkEditView
205 queryset = Circuit.objects.all() variable in CircuitView
209 queryset = Circuit.objects.all() variable in CircuitEditView
214 queryset = Circuit.objects.all() variable in CircuitDeleteView
218 queryset = Circuit.objects.all() variable in CircuitBulkImportView
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/tenancy/
H A Dviews.py16 queryset = TenantGroup.objects.add_related_count( variable in TenantGroupListView
29 queryset = TenantGroup.objects.all() variable in TenantGroupView
44 queryset = TenantGroup.objects.all() variable in TenantGroupEditView
49 queryset = TenantGroup.objects.all() variable in TenantGroupDeleteView
53 queryset = TenantGroup.objects.all() variable in TenantGroupBulkImportView
59 queryset = TenantGroup.objects.add_related_count( variable in TenantGroupBulkEditView
72 queryset = TenantGroup.objects.add_related_count( variable in TenantGroupBulkDeleteView
87 queryset = Tenant.objects.all() variable in TenantListView
118 queryset = Tenant.objects.all() variable in TenantEditView
123 queryset = Tenant.objects.all() variable in TenantDeleteView
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/api/
H A Dviews.py107 queryset = Region.objects.add_related_count( variable in RegionViewSet
123 queryset = SiteGroup.objects.add_related_count( variable in SiteGroupViewSet
139 queryset = Site.objects.prefetch_related( variable in SiteViewSet
158 queryset = Location.objects.add_related_count( variable in LocationViewSet
180 queryset = RackRole.objects.annotate( variable in RackRoleViewSet
192 queryset = Rack.objects.prefetch_related( variable in RackViewSet
264 queryset = Manufacturer.objects.annotate( variable in ManufacturerViewSet
343 queryset = DeviceRole.objects.annotate( variable in DeviceRoleViewSet
356 queryset = Platform.objects.annotate( variable in PlatformViewSet
369 queryset = Device.objects.prefetch_related( variable in DeviceViewSet
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/extras/
H A Dviews.py157 queryset = Webhook.objects.all() variable in WebhookListView
164 queryset = Webhook.objects.all() variable in WebhookView
168 queryset = Webhook.objects.all() variable in WebhookEditView
173 queryset = Webhook.objects.all() variable in WebhookDeleteView
177 queryset = Webhook.objects.all() variable in WebhookBulkImportView
183 queryset = Webhook.objects.all() variable in WebhookBulkEditView
190 queryset = Webhook.objects.all() variable in WebhookBulkDeleteView
209 queryset = Tag.objects.all() variable in TagView
234 queryset = Tag.objects.all() variable in TagEditView
239 queryset = Tag.objects.all() variable in TagDeleteView
[all …]
H A Dfiltersets.py54 def search(self, queryset, name, value): argument
74 def search(self, queryset, name, value): argument
94 def search(self, queryset, name, value): argument
115 def search(self, queryset, name, value): argument
136 def search(self, queryset, name, value): argument
167 def search(self, queryset, name, value): argument
189 def search(self, queryset, name, value): argument
338 def search(self, queryset, name, value): argument
387 def search(self, queryset, name, value): argument
418 def search(self, queryset, name, value): argument
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/api/
H A Dviews.py24 queryset = VRF.objects.prefetch_related('tenant').prefetch_related( variable in VRFViewSet
39 queryset = RouteTarget.objects.prefetch_related('tenant').prefetch_related('tags') variable in RouteTargetViewSet
49 queryset = RIR.objects.annotate( variable in RIRViewSet
61 queryset = Aggregate.objects.prefetch_related('rir').prefetch_related('tags') variable in AggregateViewSet
71 queryset = Role.objects.annotate( variable in RoleViewSet
84 queryset = Prefix.objects.prefetch_related( variable in PrefixViewSet
103 queryset = IPRange.objects.prefetch_related('vrf', 'role', 'tenant', 'tags') variable in IPRangeViewSet
115 queryset = IPAddress.objects.prefetch_related( variable in IPAddressViewSet
127 queryset = VLANGroup.objects.annotate( variable in VLANGroupViewSet
139 queryset = VLAN.objects.prefetch_related( variable in VLANViewSet
[all …]
/dports/security/py-netbox-secretstore/netbox-secretstore-1.0.10/netbox_secretstore/
H A Dviews.py39 queryset = SecretRole.objects.annotate( variable in SecretRoleListView
47 queryset = SecretRole.objects.all() variable in SecretRoleView
64 queryset = SecretRole.objects.all() variable in SecretRoleEditView
69 queryset = SecretRole.objects.all() variable in SecretRoleDeleteView
73 queryset = SecretRole.objects.all() variable in SecretRoleBulkImportView
79 queryset = SecretRole.objects.annotate( variable in SecretRoleBulkEditView
99 queryset = Secret.objects.all() variable in SecretListView
108 queryset = Secret.objects.all() variable in SecretView
112 queryset = Secret.objects.all() variable in SecretEditView
181 queryset = Secret.objects.all() variable in SecretDeleteView
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/api/v2/
H A Dfilters.py15 def filter_queryset(self, request, queryset, view): argument
63 def filter_queryset(self, request, queryset, view): argument
107 def filter_queryset(self, request, queryset, view): argument
142 def filter_queryset(self, request, queryset, view): argument
173 def filter_queryset(self, request, queryset, view): argument
196 def filter_queryset(self, request, queryset, view): argument
224 def filter_queryset(self, request, queryset, view): argument
255 def filter_queryset(self, request, queryset, view): argument
/dports/www/py-django-photologue/django-photologue-3.12/photologue/
H A Dviews.py13 queryset = Gallery.objects.on_site().is_public() variable in GalleryListView
18 queryset = Gallery.objects.on_site().is_public() variable in GalleryDetailView
22 queryset = Gallery.objects.on_site().is_public() variable in GalleryDateView
50 queryset = Photo.objects.on_site().is_public() variable in PhotoListView
55 queryset = Photo.objects.on_site().is_public() variable in PhotoDetailView
59 queryset = Photo.objects.on_site().is_public() variable in PhotoDateView
/dports/deskutils/py-paperless/paperless-2.7.0/src/documents/
H A Dactions.py11 modeladmin, request, queryset, title, action, modelclass, argument
63 modeladmin, request, queryset, success_message="", argument
86 def add_tag_to_selected(modeladmin, request, queryset): argument
100 def remove_tag_from_selected(modeladmin, request, queryset): argument
114 def set_correspondent_on_selected(modeladmin, request, queryset): argument
129 def remove_correspondent_from_selected(modeladmin, request, queryset): argument
/dports/www/py-dj32-djangorestframework/djangorestframework-3.12.4/rest_framework/
H A Dvalidators.py19 def qs_exists(queryset): argument
26 def qs_filter(queryset, **kwargs): argument
42 def __init__(self, queryset, message=None, lookup='exact'): argument
47 def filter_queryset(self, value, queryset, field_name): argument
54 def exclude_current_instance(self, queryset, instance): argument
93 def __init__(self, queryset, fields, message=None): argument
114 def filter_queryset(self, attrs, queryset, serializer): argument
138 def exclude_current_instance(self, attrs, queryset, instance): argument
186 def __init__(self, queryset, field, date_field, message=None): argument
205 def filter_queryset(self, attrs, queryset, field_name, date_field_name): argument
[all …]
H A Dfilters.py24 def filter_queryset(self, request, queryset, view): argument
78 def must_call_distinct(self, queryset, search_fields): argument
104 def filter_queryset(self, request, queryset, view): argument
134 def to_html(self, request, queryset, view): argument
184 def get_ordering(self, request, queryset, view): argument
208 def get_default_valid_fields(self, queryset, view, context={}): argument
245 def get_valid_fields(self, queryset, view, context={}): argument
269 def remove_invalid_fields(self, queryset, fields, view, request): argument
279 def filter_queryset(self, request, queryset, view): argument
287 def get_template_context(self, request, queryset, view): argument
[all …]
/dports/www/py-djangorestframework/djangorestframework-3.12.4/rest_framework/
H A Dvalidators.py19 def qs_exists(queryset): argument
26 def qs_filter(queryset, **kwargs): argument
42 def __init__(self, queryset, message=None, lookup='exact'): argument
47 def filter_queryset(self, value, queryset, field_name): argument
54 def exclude_current_instance(self, queryset, instance): argument
93 def __init__(self, queryset, fields, message=None): argument
114 def filter_queryset(self, attrs, queryset, serializer): argument
138 def exclude_current_instance(self, attrs, queryset, instance): argument
186 def __init__(self, queryset, field, date_field, message=None): argument
205 def filter_queryset(self, attrs, queryset, field_name, date_field_name): argument
[all …]
H A Dfilters.py24 def filter_queryset(self, request, queryset, view): argument
78 def must_call_distinct(self, queryset, search_fields): argument
104 def filter_queryset(self, request, queryset, view): argument
134 def to_html(self, request, queryset, view): argument
184 def get_ordering(self, request, queryset, view): argument
208 def get_default_valid_fields(self, queryset, view, context={}): argument
245 def get_valid_fields(self, queryset, view, context={}): argument
269 def remove_invalid_fields(self, queryset, fields, view, request): argument
279 def filter_queryset(self, request, queryset, view): argument
287 def get_template_context(self, request, queryset, view): argument
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/circuits/api/
H A Dviews.py25 queryset = Provider.objects.prefetch_related('tags').annotate( variable in ProviderViewSet
37 queryset = CircuitType.objects.annotate( variable in CircuitTypeViewSet
49 queryset = Circuit.objects.prefetch_related( variable in CircuitViewSet
61 queryset = CircuitTermination.objects.prefetch_related( variable in CircuitTerminationViewSet
74 queryset = ProviderNetwork.objects.prefetch_related('tags') variable in ProviderNetworkViewSet
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/virtualization/api/
H A Dviews.py24 queryset = ClusterType.objects.annotate( variable in ClusterTypeViewSet
32 queryset = ClusterGroup.objects.annotate( variable in ClusterGroupViewSet
40 queryset = Cluster.objects.prefetch_related( variable in ClusterViewSet
55 queryset = VirtualMachine.objects.prefetch_related( variable in VirtualMachineViewSet
82 queryset = VMInterface.objects.prefetch_related( variable in VMInterfaceViewSet
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/extras/api/
H A Dviews.py62 queryset = Webhook.objects.all() variable in WebhookViewSet
73 queryset = CustomField.objects.all() variable in CustomFieldViewSet
102 queryset = CustomLink.objects.all() variable in CustomLinkViewSet
113 queryset = ExportTemplate.objects.all() variable in ExportTemplateViewSet
123 queryset = Tag.objects.annotate( variable in TagViewSet
136 queryset = ImageAttachment.objects.all() variable in ImageAttachmentViewSet
147 queryset = JournalEntry.objects.all() variable in JournalEntryViewSet
157 queryset = ConfigContext.objects.prefetch_related( variable in ConfigContextViewSet
359 queryset = ObjectChange.objects.prefetch_related('user') variable in ObjectChangeViewSet
372 queryset = JobResult.objects.prefetch_related('user') variable in JobResultViewSet
[all …]
/dports/www/py-dj32-django-filter/django-filter-21.1/django_filters/rest_framework/
H A Dbackends.py30 def get_filterset(self, request, queryset, view): argument
38 def get_filterset_class(self, view, queryset=None): argument
82 def get_filterset_kwargs(self, request, queryset, view): argument
89 def filter_queryset(self, request, queryset, view): argument
98 def to_html(self, request, queryset, view): argument
/dports/www/py-django-filter/django-filter-21.1/django_filters/rest_framework/
H A Dbackends.py30 def get_filterset(self, request, queryset, view): argument
38 def get_filterset_class(self, view, queryset=None): argument
82 def get_filterset_kwargs(self, request, queryset, view): argument
89 def filter_queryset(self, request, queryset, view): argument
98 def to_html(self, request, queryset, view): argument
/dports/www/py-drf-yasg/drf-yasg-1.20.0/testproj/todo/
H A Dviews.py15 queryset = Todo.objects.all() variable in TodoViewSet
23 queryset = TodoAnother.objects.all() variable in TodoAnotherViewSet
28 queryset = TodoYetAnother.objects.all() variable in TodoYetAnotherViewSet
37 queryset = TodoTree.objects.all() variable in TodoTreeView
47 queryset = TodoTree.objects.all() variable in TodoRecursiveView
86 queryset = Pack.objects.all() variable in HarvestViewSet

123456789