Closed fsbraun closed 1 year ago
Patch coverage: 100.00%
and project coverage change: +0.21%
:tada:
Comparison is base (
5944cff
) 90.69% compared to head (3204c1b
) 90.90%.:exclamation: Current head 3204c1b differs from pull request most recent head bf1c6bf. Consider uploading reports for the commit bf1c6bf to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
This PR adds the
.submit-row
<div>
used in Django admin for more consistent styling.It also removes an unused left-over helper function (legacy of pre-2.0):
djangocms_verisoning.helpers.remove_published_where(qs)
used to patch a queryset removing the resulting SQLWHERE
statement which restricts the queryset to include published versions only.admin_manager
of a versioned model which as the name indicates should only be used in the admin.Related resources
...
...
Checklist
master