sveetch / autobreadcrumbs

Django application to add breadcrumbs to your pages
http://autobreadcrumbs.readthedocs.io/
MIT License
4 stars 3 forks source link

Fix error too many values #1

Closed carsolcas closed 10 years ago

carsolcas commented 11 years ago

I have too may errors when the application run. The error is in line 70 of context_processors.py. I exucuted it step by step and finally I commented this lines and then run ok. I don't know if this lines are necessary or not, but without it, the app run well.

The other modification is to initialize tmp variable with slash, then isn't necessary to attach to others variables around the app.

sveetch commented 11 years ago

Thanks but i can't merge it, the actual code works well on django 1.4 and i think your patch will break it for django < 1.5.

I have to make some tests to insure compatibility with 1.4 and 1.5

sveetch commented 10 years ago

Ok i will merge this and push a new release 0.9 soon with some arrangements