Skip to content

Commit 6951b80

Browse files
authored
fix: New migrations in cms cause migration failure (#192)
* fix: New migrations in cms cause migration failure when depending on latest * chore: Add to changelog
1 parent d67e13c commit 6951b80

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog
44

55
Unreleased
66
==========
7+
* fix: Migration dependency on latest django-cms migration.
78
* fix: Allow using a variable as the identifier in static_alias template tag
89

910
2.0.0rc1

djangocms_alias/migrations/0003_auto_20230725_1547.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('cms', '__latest__'),
9+
('cms', '__first__'),
1010
('djangocms_alias', '0002_auto_20200723_1424'),
1111
]
1212

0 commit comments

Comments
 (0)