Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase size of phone #27

Open
jwokaty opened this issue Oct 5, 2020 · 0 comments · Fixed by #28
Open

Increase size of phone #27

jwokaty opened this issue Oct 5, 2020 · 0 comments · Fixed by #28
Labels
bug Something isn't working

Comments

@jwokaty
Copy link
Member

jwokaty commented Oct 5, 2020

Phone is too small. On reasonable numbers, you'll get

Ensure this value is less than or equal to 4294967295.

Change to CharField with max_length=10. This is better because its default widget is TextInput. Add clean_phone function to validate.

@jwokaty jwokaty added the bug Something isn't working label Oct 5, 2020
jwokaty added a commit that referenced this issue Oct 8, 2020
@jwokaty jwokaty linked a pull request Oct 8, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant