Skip to content

Commit a363eba

Browse files
committed
Use correct Django Version
1 parent f788f25 commit a363eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filer/admin/permissionadmin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django import __version__ as django_version
1+
from django import VERSION as django_version
22
from django.contrib import admin
33
from django.contrib.auth import get_user_model
44
from django.utils.translation import gettext_lazy as _

0 commit comments

Comments
 (0)