django-report-tools icon indicating copy to clipboard operation
django-report-tools copied to clipboard

StrAndUnicode removed in Django 1.8, use python_2_unicode_compatible

Open steveblamey opened this issue 10 years ago • 0 comments

As mentioned in #6 StrAndUnicode was deprecated in Django 1.5 (https://docs.djangoproject.com/en/1.8/releases/1.5/#deprecated-features-1-5) and has been removed in Django 1.8, which will be the new LTS release.

This pull-request implements the change suggested by @khrizo in #6

steveblamey avatar Jun 01 '15 08:06 steveblamey