Changeset - 6781b72b60fe
[Not reviewed]
default
0 6 0
timeless@gmail.com - 10 years ago 2016-05-03 13:53:17
timeless@gmail.com
spelling: explicitly
6 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/dbmigrate/schema/db_2_0_0.py
Show inline comments
 
@@ -229,13 +229,13 @@ class Setting(Base, BaseModel):
 
        return res
 

	
 
    @classmethod
 
    def create_or_update(cls, key, val=Optional(''), type=Optional('unicode')):
 
        """
 
        Creates or updates Kallithea setting. If updates is triggered it will only
 
        update parameters that are explicityl set Optional instance will be skipped
 
        update parameters that are explicitly set Optional instance will be skipped
 

	
 
        :param key:
 
        :param val:
 
        :param type:
 
        :return:
 
        """
kallithea/lib/dbmigrate/schema/db_2_0_1.py
Show inline comments
 
@@ -232,13 +232,13 @@ class Setting(Base, BaseModel):
 
        return res
 

	
 
    @classmethod
 
    def create_or_update(cls, key, val=Optional(''), type=Optional('unicode')):
 
        """
 
        Creates or updates Kallithea setting. If updates is triggered it will only
 
        update parameters that are explicityl set Optional instance will be skipped
 
        update parameters that are explicitly set Optional instance will be skipped
 

	
 
        :param key:
 
        :param val:
 
        :param type:
 
        :return:
 
        """
kallithea/lib/dbmigrate/schema/db_2_0_2.py
Show inline comments
 
@@ -232,13 +232,13 @@ class Setting(Base, BaseModel):
 
        return res
 

	
 
    @classmethod
 
    def create_or_update(cls, key, val=Optional(''), type=Optional('unicode')):
 
        """
 
        Creates or updates Kallithea setting. If updates is triggered it will only
 
        update parameters that are explicityl set Optional instance will be skipped
 
        update parameters that are explicitly set Optional instance will be skipped
 

	
 
        :param key:
 
        :param val:
 
        :param type:
 
        :return:
 
        """
kallithea/lib/dbmigrate/schema/db_2_1_0.py
Show inline comments
 
@@ -235,13 +235,13 @@ class Setting(Base, BaseModel):
 
        return res
 

	
 
    @classmethod
 
    def create_or_update(cls, key, val=Optional(''), type=Optional('unicode')):
 
        """
 
        Creates or updates Kallithea setting. If updates is triggered it will only
 
        update parameters that are explicityl set Optional instance will be skipped
 
        update parameters that are explicitly set Optional instance will be skipped
 

	
 
        :param key:
 
        :param val:
 
        :param type:
 
        :return:
 
        """
kallithea/lib/dbmigrate/schema/db_2_2_0.py
Show inline comments
 
@@ -236,13 +236,13 @@ class Setting(Base, BaseModel):
 
        return res
 

	
 
    @classmethod
 
    def create_or_update(cls, key, val=Optional(''), type=Optional('unicode')):
 
        """
 
        Creates or updates Kallithea setting. If updates is triggered it will only
 
        update parameters that are explicityl set Optional instance will be skipped
 
        update parameters that are explicitly set Optional instance will be skipped
 

	
 
        :param key:
 
        :param val:
 
        :param type:
 
        :return:
 
        """
kallithea/lib/dbmigrate/schema/db_2_2_3.py
Show inline comments
 
@@ -236,13 +236,13 @@ class Setting(Base, BaseModel):
 
        return res
 

	
 
    @classmethod
 
    def create_or_update(cls, key, val=Optional(''), type=Optional('unicode')):
 
        """
 
        Creates or updates Kallithea setting. If updates is triggered it will only
 
        update parameters that are explicityl set Optional instance will be skipped
 
        update parameters that are explicitly set Optional instance will be skipped
 

	
 
        :param key:
 
        :param val:
 
        :param type:
 
        :return:
 
        """
0 comments (0 inline, 0 general)