slashmili / django-jalali

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

Unsupported datetime #91

Closed Omid888 closed 5 years ago

Omid888 commented 5 years ago

When I tried to use jalali datetime in my admin.py(just like the example provided) , I got the following issue: list_display only accepts some strings in one tuple, not some tuples in one tuple. (your example contains a tuple in a tuple).

This link describes 4 ways to use "list_display" : https://docs.djangoproject.com/en/2.2/ref/contrib/admin/

slashmili commented 5 years ago

Thanks for reporting the issue.

I close it since it's duplicate of #89