mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/hosted.git
synced 2026-07-22 18:23:36 +08:00
Some checks failed
mypy / mypy (push) Has been cancelled
Pre-commit check / pre-commit (push) Has been cancelled
Distribution / setup (push) Has been cancelled
Test / Python 3.12 (push) Has been cancelled
Test / Python 3.13 (push) Has been cancelled
Test / Python 3.14 (push) Has been cancelled
17 lines
422 B
Python
17 lines
422 B
Python
# Generated by Django 6.0.4 on 2026-04-10 15:29
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("payments", "0032_customer_upcoming_payment_notification_days"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="customer",
|
|
name="created",
|
|
field=models.DateTimeField(auto_now_add=True),
|
|
),
|
|
]
|