File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66from django .conf import settings
77from django .db import models
88
9- from django .utils .translation import ugettext_lazy as _
9+ from django .utils .translation import gettext_lazy as _
1010
1111# Prior to Django 1.5, the AUTH_USER_MODEL setting does not exist.
1212# Note that we don't perform this code in the compat module due to
Original file line number Diff line number Diff line change 22from __future__ import absolute_import , unicode_literals
33
44from django .contrib .auth import authenticate
5- from django .utils .translation import ugettext_lazy as _
5+ from django .utils .translation import gettext_lazy as _
66from rest_framework import serializers
77
88from rest_framework_sso .settings import api_settings
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "djangorestframework-sso" ,
18- version = "0.3.0 " ,
18+ version = "0.3.1 " ,
1919 packages = find_packages (exclude = ["tests" ]),
2020 include_package_data = True ,
2121 license = "MIT License" ,
You can’t perform that action at this time.
0 commit comments