Skip to content

Commit

Permalink
fix: New migrations in cms cause migration failure (#192)
Browse files Browse the repository at this point in the history
* fix: New migrations in cms cause migration failure when depending on latest

* chore: Add to changelog
  • Loading branch information
marksweb committed Aug 31, 2023
1 parent d67e13c commit 6951b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog

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

2.0.0rc1
Expand Down
2 changes: 1 addition & 1 deletion djangocms_alias/migrations/0003_auto_20230725_1547.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('cms', '__latest__'),
('cms', '__first__'),
('djangocms_alias', '0002_auto_20200723_1424'),
]

Expand Down

0 comments on commit 6951b80

Please sign in to comment.