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 b61b81f commit 8da3102Copy full SHA for 8da3102
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
---------
3
4
+1.0.1 (2014-09-XX)
5
+++++++++++++++++++
6
+
7
+- Fixed: `Issue #50 <https://github.com/maxtepkeev/python-redmine/issues/50>`__ (IssueJournal's
8
+ ``notes`` attribute was converted to Note resource by mistake, bug was introduced in v1.0.0)
9
10
1.0.0 (2014-09-22)
11
++++++++++++++++++
12
redmine/resources.py
@@ -513,6 +513,7 @@ def __repr__(self):
513
514
class IssueJournal(_Resource):
515
redmine_version = '1.0'
516
+ _unconvertible = ('notes',)
517
518
def __str__(self):
519
return str(self.id)
0 commit comments