• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iplweb / bpp / 66bbc3a1-5328-4730-ad56-503c23cb016e

17 Feb 2025 01:16AM UTC coverage: 42.994%. Remained the same
66bbc3a1-5328-4730-ad56-503c23cb016e

push

circleci

mpasternak
Merge tag 'v202502.1155' into dev

Nowa wersja: v202502.1155 v202502.1155

1 of 1 new or added line in 1 file covered. (100.0%)

1299 existing lines in 94 files now uncovered.

15089 of 35096 relevant lines covered (42.99%)

0.79 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
src/bpp/admin/bppmultiseekvisibility.py
1
from adminsortable2.admin import SortableAdminMixin
2✔
2

3
from django.contrib import admin
2✔
4

5
from bpp.models import BppMultiseekVisibility
2✔
6

7

8
@admin.register(BppMultiseekVisibility)
2✔
9
class BppMulitiseekVisibilityAdmin(SortableAdminMixin, admin.ModelAdmin):
2✔
10
    list_display = ["label", "public", "authenticated", "staff", "sort_order"]
2✔
11
    list_filter = ["public", "authenticated", "staff"]
2✔
12
    readonly_fields = ["label", "field_name", "sort_order"]
2✔
13
    fields = ["label", "field_name", "public", "authenticated", "staff"]
2✔
14
    search_fields = ["label", "field_name"]
2✔
15

16
    list_per_page = 150
2✔
17

18
    def has_add_permission(self, request):
2✔
UNCOV
19
        return False
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc