Don't limit news JSON feed to RSS feed items only
authorMagnus Hagander <magnus@hagander.net>
Sun, 23 Sep 2018 13:34:09 +0000 (15:34 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 23 Sep 2018 13:35:28 +0000 (15:35 +0200)
commit0ebfbd159028ed6f84f4307b9d82a39e5e2a76f1
tree14c43f9def49323e61a2493d3c04f0d2e5ddaedd
parent40f761c03591e569f35c6500fb46f23123821115
Don't limit news JSON feed to RSS feed items only

If we limit it like that then there is no way to actually get to those
news items. They should be included in the JSON feed, just not RSS,
because the JSON feed is intended for internal consumption.

Instead, add a boolean field to the actual *contents* representing the
flag for inrss.
postgresqleu/confreg/views.py