Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1# Generated by Django 3.1.2 on 2020-11-23 14:15 

2 

3from django.db import migrations, models 

4 

5 

6class Migration(migrations.Migration): 

7 

8 dependencies = [ 

9 ('policorp', '0009_auto_20201123_1407'), 

10 ] 

11 

12 operations = [ 

13 migrations.AlterField( 

14 model_name='task', 

15 name='duration', 

16 field=models.PositiveIntegerField(), 

17 ), 

18 ]