Views and decorators

Generic-views replacements

All views in the feincms.views.generic module are almost the same as their counterparts in django.views.generic (before class-based views came along), except that they add a feincms_page object to the context. Not recommended anymore because they are deprecated in Django. Use the feincms.context_processors.add_page_if_missing context processor instead.

Decorators