Skip to content

Commit

Permalink
f8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-allaway committed Apr 10, 2024
1 parent 94e5542 commit b5ee4a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion django/pages/admin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from django.contrib import admin
from django.db.models import ManyToManyField, ForeignKey
from django.utils.text import slugify
from django.utils import timezone
from . import models

Expand Down
1 change: 0 additions & 1 deletion django/pages/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from django.conf import settings
from django.urls import reverse
from account.models import User
from django.db.models import Q
from django.utils import timezone
from django.utils.text import slugify
from django.utils.safestring import mark_safe
Expand Down
1 change: 0 additions & 1 deletion django/photographs/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class PhotographUserContributionStackedInline(admin.StackedInline):
readonly_fields = ('meta_created_datetime', 'meta_lastupdated_datetime')



@admin.register(models.Photograph)
class PhotographAdminView(admin.ModelAdmin):
"""
Expand Down

0 comments on commit b5ee4a5

Please sign in to comment.