Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-phonenumber-field
From: Adam Ciarcinski
Date: 2024-11-26 11:25:56
Message id: 20241126102556.1E772FC7D@cvs.NetBSD.org
Log Message:
py-django-phonenumber-field: updated to 8.0.0
8.0.0
Breaking changes
Remove PhoneNumberInternationalFallbackWidget
Use phonenumber_field.widgets.RegionalPhoneNumberWidget instead.
Move validation from widgets to the form fields
Previously, the widgets were validating the phone number, leaving no room for \
the django regular validation procedure. If you performed custom validation on \
PhoneNumberFields, see the migration guide below.
Other changes
Drop support for Django 4.1
docs: Fix representation of serializer
Files: