We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ceff7 commit 662a03aCopy full SHA for 662a03a
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+
4
+## 2.0.0 (2022-09-xx)
5
6
+### WARNING
7
8
+**Breaking change:** Starting with version the 2.0.0 the category slugs are unique.
9
+While this brings big advantage for simplified category addressing, it can break projects that are containing categories with duplicated slugs.
10
+If your database contains colliding slugs, they will be automatically renamed by the migration.
11
+Three categories with slugs ``foo`` will be renamed to ``foo``, ``foo-1``, ``foo-2``.
12
+If this causes problems in your project, you can rename the categories yourself before running the migration.
13
14
15
## 1.9.3 (unreleased)
16
17
- Update of Django/Python versions.
0 commit comments