fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Experimetal Woblink.
[redakcja.git]
/
src
/
wlxml
/
migrations
/
0003_auto_20210813_2321.py
1
# Generated by Django 3.1.13 on 2021-08-13 23:21
2
3
from django.db import migrations, models
4
5
6
class Migration(migrations.Migration):
7
8
dependencies = [
9
('wlxml', '0002_initial_data'),
10
]
11
12
operations = [
13
migrations.AddField(
14
model_name='tag',
15
name='description',
16
field=models.TextField(blank=True),
17
),
18
migrations.AddField(
19
model_name='tag',
20
name='example',
21
field=models.TextField(blank=True),
22
),
23
]