fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixes
[wolnelektury.git]
/
src
/
pz
/
migrations
/
0009_remove_directdebit_is_cancelled.py
1
# Generated by Django 2.2.19 on 2021-10-14 09:04
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('pz', '0008_fill_cancelled_date'),
10
]
11
12
operations = [
13
migrations.RemoveField(
14
model_name='directdebit',
15
name='is_cancelled',
16
),
17
]