django-afip icon indicating copy to clipboard operation
django-afip copied to clipboard

add Django 5.0 support

Open stefano-esubasta opened this issue 2 months ago • 3 comments

upon trying to test this project on Django 5.0, only test_validation_filters failed; after fixing it, everything seems to be working. hope this helps!

stefano-esubasta avatar May 03 '24 16:05 stefano-esubasta

Thanks!

WhyNotHugo avatar May 06 '24 16:05 WhyNotHugo

Looks like this fails on Python 3.9: https://github.com/WhyNotHugo/django-afip/actions/runs/8942289677/job/24640657514?pr=209#step:7:228

WhyNotHugo avatar May 06 '24 16:05 WhyNotHugo

yeah, sorry, my bad. looks like it's failing for django < 5.0. i'll refactor the test to check django's version before adding the aria-label attribute.

stefano-esubasta avatar May 06 '24 16:05 stefano-esubasta

Thanks!

WhyNotHugo avatar May 09 '24 11:05 WhyNotHugo