prymitive / bootstrap-breadcrumbs

Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
django-bootstrap-breadcrumbs.readthedocs.org
MIT License
93 stars 48 forks source link

Remove six from requirements.txt and setup.py. #25

Closed lexapi closed 6 years ago

lexapi commented 8 years ago

Bump Django version with minimal six version in django.utils.six (see docs)

You can do so or to determine a specific minimum version (1.8.0 ? in you files)

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling bd944ea9538395bd058e2a02d0f610ba515520a2 on lexapi:master into f33d880cbc29268d32d3440b5b8199f4df6b79ce on prymitive:master.

lexapi commented 8 years ago

In Django 1.5 six was downgraded - i need think how to get around this problem easily