@@ -33,10 +33,10 @@ a simple but powerful Pythonic API inspired by a well-known `Django ORM
33
33
datetime.datetime(2013 , 12 , 31 , 13 , 27 , 47 )
34
34
35
35
>> > project.issues
36
- < redmine .resultsets.ResourceSet object with Issue resources>
36
+ < redminelib .resultsets.ResourceSet object with Issue resources>
37
37
38
38
>> > project.issues[0 ]
39
- < redmine .resources.Issue # 34441 "Vacation">
39
+ < redminelib .resources.Issue # 34441 "Vacation">
40
40
41
41
>> > dir (project.issues[0 ])
42
42
[' assigned_to' , ' author' , ' created_on' , ' description' , ' done_ratio' ,
@@ -47,7 +47,7 @@ a simple but powerful Pythonic API inspired by a well-known `Django ORM
47
47
' Vacation'
48
48
49
49
>> > project.issues[0 ].time_entries
50
- < redmine .resultsets.ResourceSet object with TimeEntry resources>
50
+ < redminelib .resultsets.ResourceSet object with TimeEntry resources>
51
51
52
52
Features
53
53
--------
@@ -88,8 +88,8 @@ Documentation is available at https://python-redmine.com.
88
88
Contacts and Support
89
89
--------------------
90
90
91
- Support for Standard Edition is provided via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`_
92
- only, while support for Pro Edition is provided both via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`_
91
+ Support for Standard Edition is provided via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`__
92
+ only, while support for Pro Edition is provided both via `GitHub <https://github.com/maxtepkeev/python-redmine/issues >`__
93
93
and
[email protected] . Be sure to write from email that was specified during the purchase procedure.
94
94
95
95
Copyright and License
0 commit comments