Skip to content

Commit

Permalink
Merge branch 'feat/universal' of github.com:django-cms/djangocms-snip…
Browse files Browse the repository at this point in the history
…pet into feat/universal
  • Loading branch information
fsbraun committed May 22, 2024
2 parents 789480d + aa2505b commit 70e50f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ class Migration(migrations.Migration):
field=models.OneToOneField(on_delete=django.db.models.deletion.CASCADE, parent_link=True, primary_key=True, related_name='%(app_label)s_%(class)s', serialize=False, to='cms.cmsplugin'),
),
]

2 changes: 1 addition & 1 deletion tests/requirements/dj32_cms40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Django>=3.2,<4.0

# Unreleased django 3.2 & django-cms 4.0.x compatible packages
https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms
https://github.com/django-cms/djangocms-versioning/tarball/1.2.2#egg=djangocms-versioning
https://github.com/django-cms/djangocms-versioning/tarball/1.2.2#egg=djangocms-versioning

0 comments on commit 70e50f1

Please sign in to comment.