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.5 on 2021-01-30 15:26 

2 

3from django.db import migrations 

4 

5 

6class Migration(migrations.Migration): 

7 

8 dependencies = [ 

9 ('policorp', '0012_user_is_supervisor'), 

10 ] 

11 

12 operations = [ 

13 migrations.AlterModelManagers( 

14 name='user', 

15 managers=[ 

16 ], 

17 ), 

18 ]