django-breadcrumbs
django-breadcrumbs copied to clipboard
Django 1.10 support?
When upgrading my project to Django 1.10 and adopted the new MIDDLEWARE setting instead of the deprecated one (MIDDLEWARE_CLASSES), django-breadcrumbs crashes as its not compatible with this new Django 1.10 setting.
Are you planning to provide support for this?
Hello Nick. I plan but I'm completely out of time now. It is in my todo list for next month.
OK. Looking forward to! Thanks for the reply.
Sorry for the comment (again), but do we have any news about the Django 1.10 compatibility? Have a nice day and a nice month!
Hi, I have fixed it in my fork:
https://github.com/eriktelepovsky/django-breadcrumbs/commit/1881cbdcfa978942ddc64c48fb2171f1bc584fa6
@eriktelepovsky Man, really TY!