diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

DeliveryTime unicode method doesn`t return unicode. #96

Closed suvit closed 11 years ago

suvit commented 11 years ago

and missing get_unit_display fixed

pigletto commented 11 years ago

get_unit_display is not missing. It's just default django get_FOO_display, see: https://docs.djangoproject.com/en/1.5/ref/models/fields/#choices

If you can fix this then I'll be glad to merge this in.

suvit commented 11 years ago

Ok, I close this pull, and reopen another