django_airavata/apps/auth/migrations/0012_merge_20211210_2041.py (8 lines of code) (raw):

# Generated by Django 3.2.8 on 2021-12-10 20:41 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('django_airavata_auth', '0009_alter_emailverification_next'), ('django_airavata_auth', '0011_remove_userprofile_username_locked'), ] operations = [ ]