Ignore:
Timestamp:
Apr 19, 2012 11:31:07 AM (12 years ago)
Author:
vmaksymiv
Message:

merged changes from http://svn.quintagroup.com/products/quintagroup.pfg.captcha/branches/broken_types.

Location:
quintagroup.pfg.captcha/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.pfg.captcha/trunk

    • Property svn:mergeinfo
      •  

        old new  
         1/quintagroup.pfg.captcha/branches/broken_types:3424-3429 
        12/quintagroup.pfg.captcha/branches/migration:2711-2735 
  • quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/field.py

    r3168 r3430  
    3737 
    3838def addCaptchaField(self, id, **kwargs): 
    39     id = CAPTCHA_ID 
    4039    obj = CaptchaField(id) 
    4140    notify(ObjectCreatedEvent(obj)) 
     
    4948class CaptchaField(FGStringField): 
    5049 
    51     _at_rename_after_creation = False 
     50    _at_rename_after_creation = True 
    5251    schema = CaptchaFieldSchema 
    5352 
Note: See TracChangeset for help on using the changeset viewer.