G3RB3N
G3RB3N
## Description Fixes #6865 Just added one line to Page.save method ``` if created: clear_permission_cache() ``` ## Related resources * #6865 ## Checklist * [x] I have opened this pull...
## Description Test in `cms/tests/test_admin.py` do not test the proper functionality. Test are usually of the form: ``` url = admin_reverse('cms_page_add_plugin') data = {} #the form data response = self.client.post(url,...
# Description Adds functionality to include an image in a rss feed. ## References Adds #662 # Checklist * [X] I have read the [contribution guide](https://djangocms-blog.readthedocs.io/en/latest/contributing.html) * [X] Code lint...
# Description Adds functionality to exclude certain posts from the rss feed. ## References Adds #663 # Checklist * [X] I have read the [contribution guide](https://djangocms-blog.readthedocs.io/en/latest/contributing.html) * [X] Code lint...
## Description Currently all post from all sites are shown as option for related content. We would like to limit that to just the posts from the current site. ##...
## Description Add the ability to exclude certain RSS items from feed ## Use cases Someone want's the article on the site, but does not want to send notifications through...
## Description Add the ability to include header images in RSS feed. ## Use cases A customer that wants visually rich content in a RSS feed. ## Proposed solution Add...
Fixes #140 Added support AWS SNS.
**Is your feature request related to a problem? Please describe.** Translation files for en, de and pl are available, but the translation strings are empty. **Describe the solution you'd like**...
**Describe the bug** The SendGrid client uses json to do the API request to SendGrid. The subject field is a lazy proxy which not json serializable. This results in an...