- fix: add data-popup="yes" to the link with class related-widget-wrapper-link, then the popup will be shown when the user clicks on the link. The JS logic got changed after Django 4.1 upgrade (#15301)
- addd support for django 4.2
- add support for Python 3.10
- drop support for django < 3.2
- feat: Changed compliance number length to 30 characters
- fix: broken pop ups not closing on save
- fix: Fixed inconsistency in Content Expiry form field UI behaviour for the compliance number
- fix: Fieldsets should remain in the same order when compliance number is read only
- feat: Expiry field removed from version table and replaced with compliance number. Added additional content settings action to version table
- fix: Changed model title to uppercase
- fix: Compliance number should not be editable when version is not draft
- feat: Adding functionality to copy a compliance number to all items in a collection
- fix: Compliance number filter input limited to 15 characters
- feat: Compliance number filter added
- feat: Compliance number added to list display and csv export
- feat: Change view title and icon tooltips name changed
- feat: Added compliance number field
- Python 3.9 support added
- Django 3.0, 3.1 and 3.2 support added
- Django 1.11 support removed
- fix: Polymorphic models incorrectly showing in the Default Content Type model configuration form
# feat: Data migration now has a fixed date option that allows the user running the command to provide a datetime and provide a custom format * fix: CSV Export contains the polymorphic content type when it shouldn't
- fix: Content Expiry Changelist: Removed polymorphic model support due to persistant timeouts and low performance
- fix: Content Expiry Changelist: Timeouts due to Content Type filtering by polymorphic models using the full data set.
- feat: Content Expiry Changelist Content Type filter: Handle filtering by polymorphic models such as filer image / file.
- feat: Filter the Content Expiry Changelist PageContents and Alias Content Type by site, the feature can also be used by other third party packages to restrict the entries shown in the changelist.
- fix: Provide content links in the Content Expiry changelist and csv file export
- fix: Content Expiry changelist filter dates should be for the future not the past
- fix: CSV export Dates are not formatting correctly in Excel
- fix: CSV export external urls used for for the url column
- Initial release