Subversion Repositories SmartDukaan

Rev

Rev 16793 | Rev 16861 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16793 Rev 16812
Line 451... Line 451...
451
    offer_active = Field(Boolean)
451
    offer_active = Field(Boolean)
452
    priority = Field(String(256))
452
    priority = Field(String(256))
453
    show = Field(Boolean)
453
    show = Field(Boolean)
454
    offerCategory = Field(String(256))
454
    offerCategory = Field(String(256))
455
    promoImage = Field(String(256))
455
    promoImage = Field(String(256))
456
    ratings = Field(Integer)
456
    ratings = Field(Float)
457
    downloads = Field(String(100)) 
457
    downloads = Field(String(100)) 
458
    appmaster_id = Field(Integer)
458
    appmaster_id = Field(Integer)
459
    offerCondition = Field(Text)
459
    offerCondition = Field(Text)
460
    location = Field(String(1024))
460
    location = Field(String(1024))
461
    using_options(shortnames=True)
461
    using_options(shortnames=True)