nephila / djangocms-page-sitemap

django CMS page extension to handle sitemap customization
BSD 3-Clause "New" or "Revised" License
9 stars 21 forks source link

Feature/list published pagecontent if versioning enabled #61

Closed NarenderRajuB closed 3 years ago

NarenderRajuB commented 3 years ago

Add filter to list only published page contents if versioning is enabled

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 8781fe56bd4c14bcaa03a351988057e44cebd334 on NarenderRajuB:feature/list_published_pagecontent_if_versioning_enabled into 230558c1f671345ff863dfc348dda638b1e53509 on nephila:support/4.0.x.

Aiky30 commented 3 years ago

@yakky We found that we were outputting draft pages in the sitemap, there appeared to be a large performance hit in the previous implementation of fetching the items, both are fixed with the changes in this PR.