Rename Key to PgpKey, so other keys can fit too

This commit is contained in:
Danielle McLean 2023-08-10 16:50:35 +10:00
parent fe187da491
commit cd990e4e2f
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
3 changed files with 22 additions and 5 deletions

View file

@ -0,0 +1,17 @@
# Generated by Django 3.2.20 on 2023-08-10 06:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0016_alter_user_first_name'),
]
operations = [
migrations.RenameModel(
old_name='Key',
new_name='PgpKey',
),
]