tangentlabs / django-fancypages

A Content Enhancement System for Django
https://django-fancypages.readthedocs.org
BSD 3-Clause "New" or "Revised" License
34 stars 11 forks source link

Improve the page navigation block #46

Closed roadsideseb closed 10 years ago

roadsideseb commented 10 years ago

Note: This PR requires #47 to be merged first.

The page navigation block only allows an absolute page tree or a relative tree below the current page. This PR adds the ability to have relative tree that includes the siblings of the current page.

This PR is branched off the Django 1.7 support and therefore add both South and Django migrations. The South migrations add a datamigration for backwards compatibility, the Django migrations don't because nobody is supposed to use them yet (makes the migrations cleaner).

fmr commented 10 years ago

I've merged #47, so you'll probably have to update this so it's merge-able

roadsideseb commented 10 years ago

Thanks for that, I'll update now and ping you when it's ready.

roadsideseb commented 10 years ago

Awesome, thanks!