Changes between Initial Version and Version 1 of Ticket #28141


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28141 – Description

    initial v1  
    11Example:
    22
     3
     4{{{
    35from cms.models import Page
    46
     
    1618page = Page.objecs.first()
    1719
     20}}}
     21
    1822If I to try delete a Page instance, for example page.delete() the error bellow will occur:
    1923
Back to Top