User lookup changed names (check Changelog)
authorMarek Marecki <marekjm@taistelu.com>
Sat, 24 Aug 2013 13:21:55 +0000 (15:21 +0200)
committerMarek Marecki <marekjm@taistelu.com>
Sat, 24 Aug 2013 13:21:55 +0000 (15:21 +0200)
Changelog.markdown
diaspy/search.py

index aa3af8300ee18678370b6c03fa989e1f41e9409c..30c66e54ebdfcbb3027b0e945ec79b7f16594f02 100644 (file)
@@ -35,6 +35,7 @@ up-to-date than manual and if conflicts appear they should follow the order:
 
 * __upd__:  if `Post()` is created with fetched comments, data will also be fetched as a dependency,
 * __upd__:  `id` argument type is now `int` (`diaspy.models.Post.__init__()`),
+* __upd__:  `Search().lookup_user()` renamed to `Search().lookupUser()`,
 
 * __fix__:  fixed some bugs in regular expressions used by `diaspy` internals
             (html tag removal, so you get nicer notifications),
index 4b6a1dff41b9fd62bf396dee49d7a9df3e7a3278..2022acae66945982edf0d22997b9adea2c086267 100644 (file)
@@ -10,7 +10,7 @@ class Search():
     def __init__(self, connection):
         self._connection = connection
 
-    def lookup_user(self, handle):
+    def lookupUser(self, handle):
         """This function will launch a webfinger lookup from the pod for the
         handle requested. Response code is returned and if the lookup was successful,
         user should soon be searchable via pod used for connection.