neon-jungle / wagtailnews

News/blog plugin for Wagtail CMS
http://pypi.python.org/pypi/wagtailnews/
BSD 2-Clause "Simplified" License
74 stars 21 forks source link

Make NewsItem.url a property #7

Closed mx-moth closed 7 years ago

mx-moth commented 7 years ago

This keeps it consistent with Page.url being a property. Backwards compatibility has been kept by making NewsItem.url a callable string that returns itself, while also raising a DeprecationWarning.

Builds on top of #6 and #8