TulaUnogi / cat-beans-cafe

A full stack portfolio project
2 stars 4 forks source link

FIXED: Phone Number error #28

Closed TulaUnogi closed 9 months ago

TulaUnogi commented 9 months ago

While testing newest deployed version while trying to edit phone number I've got an error: 'Ensure this value is less than or equal to 2147483647'.

TulaUnogi commented 9 months ago

Status: FIXED added. Replaced IntegerField with PhoneNumberField

TulaUnogi commented 9 months ago

Closing as solved.