We previously recommended that users define their subpage_urls in a class attribute but this syntax will no longer work on Django 1.8.
This commit changes the docs to recommend users define their subpage_urls as a property so new code will be written in a forwards-compatible way.