Pull request implementing can_move during page moves only: https://bitbucket.org/stephenmcd/mezzanine/pull-request/64/
- Interface: can_move(request, new_parent) . Raises a PageMoveException if permission is denied. Does not return anything. - Docs included. - Not called during page creation, as explained in the included docs. - Uses Django messages to display a message in case the move is denied. Message defaults to "Illegal page move", but can be overridden as shown in an example in the included docs. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
