Changes between Version 1 and Version 2 of Ticket #28141


Ignore:
Timestamp:
Apr 27, 2017, 10:37:07 AM (7 years ago)
Author:
mateuspadua
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28141 – Description

    v1 v2  
    66
    77
    8 class OfferingPlugin(CMSPlugin):
     8class OfferingPlugin(models.Model):
    99    image = VersatileImageField(upload_to=unique_upload, ppoi_field='ppoi')
    1010    ppoi = PPOIField()
Back to Top