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

Add support for __date lookup filter #165

Closed mojixcoder closed 2 years ago

mojixcoder commented 2 years ago

Fixed bug in jdatetime__date filter. #163 issue

slashmili commented 2 years ago

Sweet! Thanks a lot for your contribution.

Could you also please add an example to the readme file? After the line 133

mojixcoder commented 2 years ago

Done, should I also add it to Unreleased in CHANGELOG file?

hramezani commented 2 years ago

Done, should I also add it to Unreleased in CHANGELOG file?

Yes, please!

mojixcoder commented 2 years ago

Changes have been made.

hramezani commented 2 years ago

Thanks @MojixCoder :+1: