The Wire · Showcase
DJANGO-LOCALFLAVOR 5.1 SHIPS WITH VATIN VALIDATOR FIX
By RepoJournal · Filed · About Django
Django-localflavor bumped to 5.1 [ref:4], capping a release cycle that fixed a typo in the VATINValidator that could have caused validation edge cases.
Ben Konrath shipped the version bump for django-localflavor 5.1 [1], marking the minor release ready for production. The release resolves a typo in VATINValidator [2] that affects European tax ID validation, a critical fix for applications handling EU compliance. The changelog for the next cycle is already staged [3], keeping the release train on schedule. Meanwhile, performance benchmarking continues across the Django ASV test suite with fresh ubuntu-latest results [4].
One email a day. Unsubscribe in one click.
Keep up with Django in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update django-localflavor to 5.1 if you validate European tax IDs django/django-localflavor [plan]
- → Review the changelog for any breaking changes before upgrading django/django-localflavor [plan]
References
- [1] Bumped version to 5.1 django/django-localflavor
- [2] Fixed typo in VATINValidator django/django-localflavor
- [3] Added empty changelog for next release django/django-localflavor
- [4] Results for ubuntu-latest added [skip ci] django/django-asv