8000 Fil 190: Adding Generic Foreign Key to Placeholder model by anirbanlahiri-fidelity · Pull Request #6452 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Fil 190: Adding Generic Foreign Key to Placeholder model #6452

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 15 commits into from
Jul 25, 2018
Merged
Changes from 1 commit
Commits
8000 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
190 - sorting the order of imports
  • Loading branch information
Anirban Lahiri committed Jul 24, 2018
commit 1e506e4b9a7435518e79207fee42c65bcce61b30
2 changes: 1 addition & 1 deletion cms/models/placeholdermodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from datetime import datetime, timedelta

from django.contrib import admin
from django.contrib.contenttypes.models import ContentType
from django.contrib.contenttypes.fields import GenericForeignKey
from django.contrib.contenttypes.models import ContentType
from django.db import models
from django.template.defaultfilters import title
from django.utils import six
Expand Down
0