We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79ae79 commit ccfe023Copy full SHA for ccfe023
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Version 1.2.3 (2015-12-29)
5
+--------------------------
6
+
7
+* Added Django 1.7+ compatible imports for ``get_model()`` and ``get_current_site()``.
8
9
10
Version 1.2.2 (2015-12-28)
11
--------------------------
12
fluent_utils/__init__.py
@@ -1,2 +1,2 @@
# following PEP 440
-__version__ = "1.2.2"
+__version__ = "1.2.3"
0 commit comments