italia/spid-cie-oidc-django

View on GitHub
spid_cie_oidc/entity/migrations/0028_federationentityconfiguration_issue_x509.py

Summary

Maintainability
A
2 hrs
Test Coverage
Similar blocks of code found in 4 locations. Consider refactoring.
# Generated by Django 4.2.1 on 2023-07-09 15:23
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
from django.db import migrations, models
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
class Migration(migrations.Migration):
Similar blocks of code found in 4 locations. Consider refactoring.
dependencies = [
Similar blocks of code found in 4 locations. Consider refactoring.
(
Similar blocks of code found in 4 locations. Consider refactoring.
"spid_cie_oidc_entity",
Similar blocks of code found in 4 locations. Consider refactoring.
"0027_alter_federationhistoricalkey_revocation_motivation",
Similar blocks of code found in 4 locations. Consider refactoring.
),
Similar blocks of code found in 4 locations. Consider refactoring.
]
Similar blocks of code found in 4 locations. Consider refactoring.
 
Similar blocks of code found in 4 locations. Consider refactoring.
operations = [
Similar blocks of code found in 4 locations. Consider refactoring.
migrations.AddField(
Similar blocks of code found in 4 locations. Consider refactoring.
model_name="federationentityconfiguration",
Similar blocks of code found in 4 locations. Consider refactoring.
name="issue_x509",
Similar blocks of code found in 4 locations. Consider refactoring.
field=models.BooleanField(
Similar blocks of code found in 4 locations. Consider refactoring.
default=False,
Similar blocks of code found in 4 locations. Consider refactoring.
help_text="If TA/Intermediate: issues x509 in both entity statements and configuration. if leaf, issues x509 certificates in configuration.",
Similar blocks of code found in 4 locations. Consider refactoring.
),
Similar blocks of code found in 4 locations. Consider refactoring.
),
Similar blocks of code found in 4 locations. Consider refactoring.
]