Conversation
tries to fix knownbug06#86
v0.9.1: fixed issue with Django 5.1 and errors in master branch
|
Hi, this PR fixes the incompatibility with Django 5.1 + allows verification of emails for existing inactive users without forms (inspired by previous PRs which contained bugs) and modernized the packaging. IMPORTANT! On this modernization topic, to check it worked and as I had no right to publish a new version on PyPi for the project, I had to change the project name in pyproject.toml and use django-email-validation instead of Django-Verify-Email (and you can test this package django-email-validation with version 2.0.4 to check it works). |
|
Yoooo! thanks for all the changes and suggestions man! Lemme review these |
Modernized packaging using only build and github action