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
 
@@ -232,7 +232,7 @@ class Setting(Base, BaseModel):
 
    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:
kallithea/lib/dbmigrate/schema/db_2_0_1.py
Show inline comments
 
@@ -235,7 +235,7 @@ class Setting(Base, BaseModel):
 
    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:
kallithea/lib/dbmigrate/schema/db_2_0_2.py
Show inline comments
 
@@ -235,7 +235,7 @@ class Setting(Base, BaseModel):
 
    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:
kallithea/lib/dbmigrate/schema/db_2_1_0.py
Show inline comments
 
@@ -238,7 +238,7 @@ class Setting(Base, BaseModel):
 
    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:
kallithea/lib/dbmigrate/schema/db_2_2_0.py
Show inline comments
 
@@ -239,7 +239,7 @@ class Setting(Base, BaseModel):
 
    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:
kallithea/lib/dbmigrate/schema/db_2_2_3.py
Show inline comments
 
@@ -239,7 +239,7 @@ class Setting(Base, BaseModel):
 
    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:
0 comments (0 inline, 0 general)