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 b0e6623 commit e648582Copy full SHA for e648582
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
-Version 1.1, in development
2
----------------------------
+Version 1.0.1, 17 October 2015
+------------------------------
3
4
-* Fixed model loading for Django 1.9
+* Fixed model loading for Django 1.9, avoid importing them in ``__init__.py``.
5
* Fixed missing transaction management for ``ThreadedComment.save()``
6
7
Version 1.0, 1st October 2015
threadedcomments/__init__.py
@@ -4,7 +4,7 @@
# following PEP 440
-__version__ = "1.0"
+__version__ = "1.0.1"
8
9
def get_model():
10
from threadedcomments.models import ThreadedComment
0 commit comments