italia/spid-cie-oidc-django

View on GitHub
spid_cie_oidc/entity/migrations/0030_remove_federationentityconfiguration_issue_x509.py

Summary

Maintainability
A
1 hr
Test Coverage
Similar blocks of code found in 3 locations. Consider refactoring.
# Generated by Django 4.2.1 on 2023-07-13 04:54
Similar blocks of code found in 3 locations. Consider refactoring.
 
Similar blocks of code found in 3 locations. Consider refactoring.
from django.db import migrations
Similar blocks of code found in 3 locations. Consider refactoring.
 
Similar blocks of code found in 3 locations. Consider refactoring.
 
Similar blocks of code found in 3 locations. Consider refactoring.
class Migration(migrations.Migration):
Similar blocks of code found in 3 locations. Consider refactoring.
dependencies = [
Similar blocks of code found in 3 locations. Consider refactoring.
(
Similar blocks of code found in 3 locations. Consider refactoring.
"spid_cie_oidc_entity",
Similar blocks of code found in 3 locations. Consider refactoring.
"0029_alter_federationentityconfiguration_entity_type_and_more",
Similar blocks of code found in 3 locations. Consider refactoring.
),
Similar blocks of code found in 3 locations. Consider refactoring.
]
Similar blocks of code found in 3 locations. Consider refactoring.
 
Similar blocks of code found in 3 locations. Consider refactoring.
operations = [
Similar blocks of code found in 3 locations. Consider refactoring.
migrations.RemoveField(
Similar blocks of code found in 3 locations. Consider refactoring.
model_name="federationentityconfiguration",
Similar blocks of code found in 3 locations. Consider refactoring.
name="issue_x509",
Similar blocks of code found in 3 locations. Consider refactoring.
),
Similar blocks of code found in 3 locations. Consider refactoring.
]