Docs | Support

kiwitcms/Kiwi

migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Add copyright notice to views.py and apps.py
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Add tcms.rpc.views to auto-generated docs source
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Drop redundant ValueError from except clause (Exception already covers it)
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Silence pylint warnings in decorators.py and views.py
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Remove redundant is_authenticated check from permissions_required django_login_required now returns
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Fix django_login_required: check is_authenticated before returning user After Auth.logout(), reques
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Remove unused tuple normalization from permissions_required()
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Add tuple normalization in permissions_required()
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Remove tuple-wrapper syntax from permissions_required calls
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Remove context_target from @rpc_method for functions that don't need it Functions that don't accept
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov missing_permissions.py: http_basic_auth_login_required -> django_login_required
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Fix standalone @permissions_required decorators and tuple support - Move @permissions_required into
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Fix imports: http_basic_auth_login_required -> django_login_required
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Replace http_basic_auth_login_required with django_login_required
Server Error.
migrate-django-modern-rpc-v2
1 month, 1 week ago
@atodorov Use explicit AppConfig path for tcms.rpc in INSTALLED_APPS
Server Error.