chronossc / django-breadcrumbs

Easy to use generic breadcrumbs system for Django framework.
http://code.google.com/p/django-breadcrumbs/
Other
105 stars 29 forks source link

Django 1.10 support? #22

Open manikos opened 8 years ago

manikos commented 8 years ago

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?

chronossc commented 8 years ago

Hello Nick. I plan but I'm completely out of time now. It is in my todo list for next month.

manikos commented 8 years ago

OK. Looking forward to! Thanks for the reply.

manikos commented 8 years ago

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!

eriktelepovsky commented 8 years ago

Hi, I have fixed it in my fork:

https://github.com/eriktelepovsky/django-breadcrumbs/commit/1881cbdcfa978942ddc64c48fb2171f1bc584fa6

greenteamer commented 7 years ago

@eriktelepovsky Man, really TY!