File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
from django .conf import settings
7
7
from django .db import models
8
8
9
- from django .utils .translation import ugettext_lazy as _
9
+ from django .utils .translation import gettext_lazy as _
10
10
11
11
# Prior to Django 1.5, the AUTH_USER_MODEL setting does not exist.
12
12
# Note that we don't perform this code in the compat module due to
Original file line number Diff line number Diff line change 2
2
from __future__ import absolute_import , unicode_literals
3
3
4
4
from django .contrib .auth import authenticate
5
- from django .utils .translation import ugettext_lazy as _
5
+ from django .utils .translation import gettext_lazy as _
6
6
from rest_framework import serializers
7
7
8
8
from rest_framework_sso .settings import api_settings
Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = "djangorestframework-sso" ,
18
- version = "0.3.0 " ,
18
+ version = "0.3.1 " ,
19
19
packages = find_packages (exclude = ["tests" ]),
20
20
include_package_data = True ,
21
21
license = "MIT License" ,
You can’t perform that action at this time.
0 commit comments