Skip to content
Snippets Groups Projects

Importer is no compatible with Rusty-Hektor 1.0.0

Merged robinwilliam.hundt requested to merge change-import-for-new-rusty-hektor-version into master
6 files
+ 80
22
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 18
0
# Generated by Django 2.1.4 on 2019-03-08 14:48
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0012_auto_20190306_1611'),
]
operations = [
migrations.AlterField(
model_name='feedback',
name='score',
field=models.DecimalField(decimal_places=2, default=0, max_digits=5),
),
]
Loading