Tesis 1.0.0
Loading...
Searching...
No Matches
payment_service.migrations.0002_alter_paymentnotification_payment_id.Migration Class Reference
Inheritance diagram for payment_service.migrations.0002_alter_paymentnotification_payment_id.Migration:

Static Public Attributes

list dependencies
list operations

Detailed Description

Definition at line 6 of file 0002_alter_paymentnotification_payment_id.py.

Member Data Documentation

◆ dependencies

list payment_service.migrations.0002_alter_paymentnotification_payment_id.Migration.dependencies
static
Initial value:
= [
('payment_service', '0001_initial'),
]

Definition at line 8 of file 0002_alter_paymentnotification_payment_id.py.

◆ operations

list payment_service.migrations.0002_alter_paymentnotification_payment_id.Migration.operations
static
Initial value:
= [
migrations.AlterField(
model_name='paymentnotification',
name='payment_id',
field=models.CharField(blank=True, help_text='ID del pago en Mercado Pago', max_length=255, null=True),
),
]

Definition at line 12 of file 0002_alter_paymentnotification_payment_id.py.


The documentation for this class was generated from the following file: