Skip to content

Commit

Permalink
Merge pull request #30 from squio/feature/django_32_compat
Browse files Browse the repository at this point in the history
Fix for Django 3.2
  • Loading branch information
RamezIssac authored Apr 7, 2021
2 parents 46d0601 + 5f2947f commit b389234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slick_reporting/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class ReportAppConfig(apps.AppConfig):
label = 'Slick Reporting'
verbose_name = 'Slick Reporting'
name = 'slick_reporting'

def ready(self):
Expand Down
2 changes: 1 addition & 1 deletion slick_reporting/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.db.models import Sum
from django.template.defaultfilters import date as date_filter
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _

from .helpers import get_calculation_annotation
from .registry import field_registry
Expand Down

0 comments on commit b389234

Please sign in to comment.