You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add back management command `create_versions` (#471)
* fix: Build config
* add action
* Reset action trigger
* run action on PR
* Update version and changelog
* fix: Add back management command
* Update changelog and version
feat: add support for Django 5.0 and 5.1 (#429)
* Replace `setup.py test` in github actions
* fix: added `exclude_parameters` to `ChangeList.get_queryset`
* Delay test since tested fix has not been ported back to django-cms 4.1.3
* Update tests for django 5.0, 5.1
* Update test.yml for all database setups
* Update to postgres 13 for django 5.x tests
* Update Changelog
* Update page content factory to deliver valid x frame options
* fix: Close sideframe when clicking preview button
* Fix: `FuzzyInteger`'s higher limit is inclusive it turns out