Skip to content

Commit

Permalink
Bumping to django-breadcrumbs-1.1.3. Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
chronossc committed Oct 20, 2012
1 parent f34301d commit 8132b4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Expand Up @@ -6,11 +6,13 @@

It works as a pluggable middleware that add a breadcrumbs callable/iterable in your request object, allowing you to set breadcrumbs (one or more) in each view accepting objects, lists or tuples added from request.breadcrumbs and is iterable, easy to use in templates providing a object with name and url attributes.

# Django versions
# Django versions support.

Breadcrumbs support 1.3.x and 1.4.x releases of Django.
Django 1.2.x support was dropped in django-breadcrumbs-1.1.3.

My support will follow Django policy.

#1 - Install django-breadcrumbs

Add **breadcrumbs.middleware.BreadcrumbsMiddleware** to your **MIDDLEWARE_CLASSES** and **breadcrumbs** to your **INSTALLED_APPS**.
Expand Down

0 comments on commit 8132b4b

Please sign in to comment.