Closed S2606 closed 3 years ago
Also just found out that datetime fields are not supported I guess by reading testing readme
Hi @S2606
What version of django_admin_confirm, python, and django are you using? Could you post the stacktrace for your error?
I tried to replicate the issue and was not able to do so.
Thanks!
I was trying this on django_admin_confirm version number 0.2.2, python 3.7, django 2.2.5. But just found out that a new version is in pre-release(0.2.3a0). And this issue is not getting reproduced in that version.
Yay! Okay awesome. I’m glad. I was starting to add tests for it yesterday.
Let me know if you have any issues with v0.2.3a0 or if you’re using it smoothly. If all goes well, I’ll release the pre-release as stable.
On Thu, Mar 25, 2021 at 21:49 Shagun Khemka @.***> wrote:
I was trying this on django_admin_confirm version number 0.2.2, python 3.7, django 2.2.5. But just found out that a new version is in pre-release(0.2.3a0). And this issue is not getting reproduced in that version.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TrangPham/django-admin-confirm/issues/22#issuecomment-807932715, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQE5QJTXF4VV3HFWXB2I3LTFQG6HANCNFSM4ZXD2FCA .
So on setting up confirm screen on model change, while changing a DateTime field via the admin, this is the issue I am currently facing.
models.py
admin.py