Can I change Django's auth_user.username field to be 100 chars long without breaking anything?

前端 未结 7 1591
眼角桃花
眼角桃花 2021-02-06 05:31

Before somebody marks this question as a duplicate of this question Can django\'s auth_user.username be varchar(75)? How could that be done? or other such questions on SO, pleas

7条回答
  •  萌比男神i
    2021-02-06 06:09

    There is no harm in doing that. Just change the length in the model and in the database :)

提交回复
热议问题