Skip to content

Commit

Permalink
Django 4.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kmtracey committed Jul 25, 2024
1 parent 520c2fe commit 9ecf8a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def find_version(*file_paths):
"Development Status :: 4 - Beta",
'Environment :: Web Environment',
'Framework :: Django',
'Framework :: Django :: 2.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down
2 changes: 1 addition & 1 deletion sorter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4+caktus"
__version__ = "0.5+caktus"
2 changes: 1 addition & 1 deletion sorter/templatetags/sorter_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django import template
from django.template import TemplateSyntaxError
from django.template.loader import render_to_string
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from django.utils.text import get_text_list

import ttag
Expand Down

0 comments on commit 9ecf8a6

Please sign in to comment.