django-wagtail-feeds icon indicating copy to clipboard operation
django-wagtail-feeds copied to clipboard

Adds support for RSS and JSON Feeds to your Wagtail CMS Projects

Results 7 django-wagtail-feeds issues
Sort by recently updated
recently updated
newest added

Bumps [wheel](https://github.com/pypa/wheel) from 0.29.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Functions such as `ugettext_lazy`, used in this project, are [deprecated since Django-3.0](https://docs.djangoproject.com/en/dev/releases/3.0/#features-deprecated-in-3-0). This simple fix imports the correct name, while still importing the old one if necessary.

Bumps [pip](https://github.com/pypa/pip) from 8.1.2 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

* Django Wagtail Feeds version: 0.1.0 * Python version: 3.6.5 * Operating System: Mac OSX 10.14 ### Description Extended feeds execute`n+1` queries to gather image content from `StreamFields`. ### What...

- Python 3.6.4. - Django 2.0.1. - Wagtail 2.0b1. - Chrome 64. Currently we only can use a single app for syndication, but users can to want create syndication feeds...

- Created a new related item name `FeedApp` that have both model and label app's fields. I didn't test this yet because i don't know how this package handle the...

- Python 3.6.4. - Django 2.0.1. - Wagtail 2.0b1. - Chrome 64. I think many users implements `StreamField` for the `body` content. I'm not sure about if this package support...