Attempting to redirect a page onto an internal page, we are helped by an internal page finder, but the final result is just the actual URL
This has two drawbacks: One minor, if the slug is changed, the redirect link is no more valid. One major, it's not possible to redirect to a page with a different SITE_ID. Djangocms_link solves a similar problem using both external_link and in ternal_link: https://github.com/divio/djangocms-link/blob/2.1.2/djangocms_link/models.py#L73 -- FP -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to [email protected] --- You received this message because you are subscribed to the Google Groups "django CMS developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/django-cms-developers/c38df411-105a-4a88-99b5-2db48a07588e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
