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: Slug uniqueness not checked when moving page (#8185)
* fix: Slug uniqueness not checked when moving page
* test: adds test for moving pages next to themselves
* refactor: simplifies MovePageForm clean function
* refactor: use UniqueConstraint instead of unique_together in pagemodel.py's PageUrl model
* refactor: modifies BaseCMSTestCase to cleanup data between tests so that unique constraints are respected
* Revert "refactor: modifies BaseCMSTestCase to cleanup data between tests so that unique constraints are respected"
This reverts commit 3c5ac5d.
* Revert "refactor: use UniqueConstraint instead of unique_together in pagemodel.py's PageUrl model"
This reverts commit f1ead07.
* refactor: use UniqueConstraint instead of unique_together in pagemodel.py's PageUrl model
* refactor: allows identical paths + languages if they belong to different sites
* refactor: supports pages in draft state and prioritizes published
* Update test.yml
* Use MySql 8.4 LTS
* Update test.yml
* refactor: removes unnecessary condition from pagemodel
* cleanup: removes comment about supported python versions on test.yml
* Remove the site field for PageUrl and add validator to `cms.api`
* fix: Update migration (no need for deduplication)
---------
Co-authored-by: Fabian Braun <fsbraun@gmx.de>
0 commit comments