Skip to content

Commit

Permalink
Update 0021_rename_username_user_name.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Samar1110 authored Mar 6, 2024
1 parent c0b1247 commit 459db35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/migrations/0021_rename_username_user_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Migration(migrations.Migration):
operations = [
migrations.RenameField(
model_name='user',
old_name='username',
old_name='name',
new_name='name',
),
]

0 comments on commit 459db35

Please sign in to comment.