squaresdb.gate.migrations.0012_online_payments module

class squaresdb.gate.migrations.0012_online_payments.Migration(name, app_label)[source]

Bases: Migration

dependencies = [('gate', '0011_autofield'), ('membership', '0010_autofield'), ('money', '0001_online_payments')]
operations = [<CreateModel  name='SubscriptionLineItem', fields=[('lineitem_ptr', <django.db.models.OneToOneField>), ('subscriber_name', <django.db.models.CharField>), ('person', <django.db.models.ForeignKey>), ('sub_period', <django.db.models.ForeignKey>)], bases=('money.lineitem',)>]