Django CMS: 2 pages with same slug, but different publication dates -
like title says: have 2 different cms pages same slug, different publication date.
e.g.
page 1 -> slug: sale -> pub date *till*: 12-12-2013 11:00:00 page 2 -> slug: sale -> pub date *from*: 12-12-2013 11:00:01 is possible django-cms, or other package?
i haven't worked django-cms, if slug unique field on page model (which likely) there's lot of code depending on feature, patching gonna messy hell.
you take ideas django-reversion
Comments
Post a Comment