profile: add missing attribute type choice in migration (#81448)
gitea/hobo/pipeline/head This commit looks good Details

This commit is contained in:
Paul Marillonnet 2023-09-21 14:40:27 +02:00
parent f7c6b0a4d3
commit 7c77f4d569
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class Migration(migrations.Migration):
('fr_phone_number', 'French Phone Number'),
('profile_image', 'Profile Image'),
('address_auto', 'Address (autocomplete)'),
('language', 'Language'),
],
default='string',
max_length=16,