Next Release?
Hello,
Firstly thank you all for your hard work on this project, this is exactly what we were looking for to add MFA to our DRF backend.
Is there another release planned soon? I saw that Python 3.10 support was included and it would be nice if we did not have to fork/maintain the repo in order to get some of the latest changes in development.
Thanks again and hope there will be a new version out there soon!
Hello guys,
As @mattacus, I would like to thank you for this project and the code you provide to the community to implement MFA easily in our application.
I am also looking for a new release of your code, containing the fix you provide in the development branch. It would be very very useful. I am currently doing a pip install django-trench that provides me a version where all the migrations are not made and where their are few bugs that is already fixed in the development branch.
Thank you!
Hello everyone,
First of all, thank you for the project which had helped me to implement MFA pretty easily on my application.
But as @mattacus and @massot-c , I'm worrying about the date of the next release, which I saw implement some critical new features who could allow me to end the first version of my project.
Thank you !
Hi everyone,
Thank you for this project! Our application will be releasing MFA in our next version update thanks to this great library. Our team is hopeful for a version release as the development branch does contain very useful fixes to existing issues in production. If there is any chance, our software team would be glad to provide any assistance and support to this repository to keep this library going which would be very useful for our application and for others as well.
Please feel free to send me a message!
Cheers!
@merixstudio it might be worth considering adding additional maintainers to spread the load of releasing and merging bug fixes.
It would also prevent un-needed issue creation.... https://github.com/merixstudio/django-trench/issues/218
Hello any updates on this?, we urgently need a new release which contains this fix: https://github.com/merixstudio/django-trench/issues/173
@lexer21 said:
Hello any updates on this?, we urgently need a new release which contains this fix: #173
suggestion: fork the dev branch and create your own "patch" branch checked out to your desired commit (ex. the commit where custom user model was added). Then install your patch branch via pip, ex. pip install https://github.com/lexer21/django-trench/archive/patch.zip (this is what our organization did for now at least).
Hello, like everyone else, I'd like to know if the project is still being maintained and if we can expect a release?