set to get rancher_inventory - change serializer to check context

This commit is contained in:
2025-08-30 10:34:20 +03:30
parent 390f1afe74
commit 29025235d5
4 changed files with 24 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0 on 2025-08-30 06:40
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentication', '0035_bankaccountinformation_account_and_more'),
]
operations = [
migrations.AddField(
model_name='organization',
name='phone',
field=models.CharField(max_length=25, null=True),
),
]