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

Missing is_visible method in PageManager #4

Closed a-musing-moose closed 11 years ago

a-musing-moose commented 11 years ago

The sitemap template tags, line 42 is:

return FancyPage.objects.visible_in(visibility_type_instance)

The PageManager used here no longer has a visible_in method.

roadsideseb commented 11 years ago

This is fixed now.