test bug ip save
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.2 on 2025-02-20 22:08
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('account', '0018_alter_securitybreachattemptmodel_created_at_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='securitybreachattemptmodel',
|
||||
name='ip',
|
||||
field=models.CharField(max_length=100, unique=True, verbose_name='آدرس آی\u200cپی'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user