hovel / imagestore

Django gallery solution.
BSD 3-Clause "New" or "Revised" License
164 stars 71 forks source link

ricardofalasca/django 2 compatibility #75

Closed ricardofalasca closed 5 years ago

ricardofalasca commented 5 years ago

fix(urls.reverse): update 'reverse' importing from django.urls instead urlresolvers

update(requirements): update required package versions of: django, pillow and sorl-thumbnail

fix(models): remove decorator @permalink due to deprecation, also return '' using mark_safe()

improvement(chardet): replaces chardet by cchardet due to better performance

fix(urls): change reverse importing due to urlresolvers was removed in Django 2.0, also add 'app_name' attribute on urls.py files

fix(migrations): 'on_delete' was missing on migrations

lampslave commented 5 years ago

Could you please fix tests?

ricardofalasca commented 5 years ago

Could you please fix tests?

Fore sure. I'll do it.

ricardofalasca commented 5 years ago

@lampslave all fixed. Merge it when you have a chance please!

lampslave commented 5 years ago

Thank you!