fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new layout fixes
[wolnelektury.git]
/
src
/
stats
/
migrations
/
0004_auto_20210601_1303.py
1
# Generated by Django 2.2.19 on 2021-06-01 11:03
2
3
from django.db import migrations
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('stats', '0003_migrate_months'),
10
]
11
12
operations = [
13
migrations.RemoveField(
14
model_name='visits',
15
name='month',
16
),
17
migrations.RemoveField(
18
model_name='visits',
19
name='year',
20
),
21
]