8000 chore: Prepare new dev branch by fsbraun · Pull Request #8223 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

chore: Prepare new dev branch #8223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Remove unnecessary change to migration
    8000
  • Loading branch information
fsbraun committed May 12, 2025
commit 4bc36a170239eabfd5a495b0b3c9fade2f2e767a
8 changes: 0 additions & 8 deletions cms/migrations/0002_auto_20140816_1918.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
)


def static_slotname(instance):
"""
Returns a string to be used as the slot
for the static placeholder field.
"""
return instance.code


class Migration(migrations.Migration):

dependencies = [
Expand Down
Loading
0