fusionbox / django-widgy

A CMS framework for Django built on a heterogenous tree editor.
http://wid.gy
Other
332 stars 52 forks source link

Preserve the old preview/form urls for backwards compatibility #305

Closed gavinwahl closed 9 years ago

gavinwahl commented 9 years ago

If you're reversing the preview url by slug, your code should continue to work. This fixes the backwards compatibility problems for #233.

rockymeza commented 9 years ago

I can confirm that the redirect works

good to merge