slashmili / django-jalali

Jalali DateField support for Django model
http://pypi.python.org/pypi/django_jalali
BSD 3-Clause "New" or "Revised" License
258 stars 52 forks source link

Update jdatime #235

Closed slashmili closed 8 months ago

slashmili commented 8 months ago

to use jdatetime 5.0.0

considering jdatetime major bump only had one breaking change(which was a bug) I think it's ok if we force the users to use jdatetime 5.0.0.

hramezani commented 8 months ago

jdatetime>5.0.0 can't be installed on Python 3.8. I haven't checked it in details and don't know what is the reason https://github.com/slashmili/django-jalali/actions/runs/8434023873/job/23096347416?pr=235

slashmili commented 8 months ago

jdatetime>5.0.0 can't be installed on Python 3.8. I haven't checked it in details and don't know what is the reason https://github.com/slashmili/django-jalali/actions/runs/8434023873/job/23096347416?pr=235

It's fixed 😬

I forgot to push jdatetime 5.0.0 and pushed it after creating this PR. Probably it was cached somewhere