We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9a87d commit 0016afcCopy full SHA for 0016afc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.1.2 (Oct 17, 2020)
2
+
3
+- Use gettext_lazy instead of ugettext_lazy.
4
5
+Thanks [@akx](https://github.com/akx)
6
7
# 1.1.1 (Sep 10, 2020)
8
9
- Set development status to Production/Stable in setup.py.
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name="django-qsessions",
19
- version="1.1.1",
+ version="1.1.2",
20
description="Extended session backends for Django",
21
long_description=README,
22
author="Mohammad Javad Naderi",
0 commit comments