Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 0276aac

Browse files
committed
2 parents 4a538bc + db25951 commit 0276aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dj_elastictranscoder/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.db import models
22
from django.contrib.contenttypes.models import ContentType
33
import django
4-
if django.get_version() > '1.8':
4+
if django.get_version() >= '1.8':
55
from django.contrib.contenttypes.fields import GenericForeignKey
66
else:
77
from django.contrib.contenttypes.generic import GenericForeignKey

0 commit comments

Comments
 (0)