Skip to content

Commit

Permalink
Fix DeprecationWarning. bump to v1.2+atl.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Apr 3, 2017
1 parent 736bd23 commit 2f5b096
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions categories/editor/templatetags/admin_tree_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
from django.db import models
from django.template import Library
from django.contrib.admin.templatetags.admin_list import result_headers, _boolean_icon
try:
from django.contrib.admin.util import lookup_field, display_for_field, label_for_field
except ImportError:
from categories.editor.utils import lookup_field, display_for_field, label_for_field
from django.contrib.admin.utils import lookup_field, display_for_field, label_for_field
from django.contrib.admin.views.main import EMPTY_CHANGELIST_VALUE
from django.core.exceptions import ObjectDoesNotExist
from django.utils.encoding import smart_unicode, force_unicode
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[egg_info]
tag_build = post-atl-1.4
tag_build = +atl.1.5
tag_date = false

0 comments on commit 2f5b096

Please sign in to comment.