Hi, Prepare for a likely, very unclear explanation...
I've got the bare bones of a preview feature built into my django app, all thanks to the fine tutorial at http://latherrinserepeat.org/2008/7/28/stupid-simple-django-admin-previews/ and works just fine for newly created posts. But here's a mildly plausible scenario I need some help on, what about posts that have been published but then need to be edited and fixed - the user will likely re-save those posts as drafts and do what they need to do. The problem with that is that the site I have built relies on set content being present, so for example if the user re-saves the homepage text as a draft to fix something, that text disappears from the homepage until it has been 'published' again in the admin. Is there any way I can create some sort of adapted preview feature that allows the user to check the work but not overwrite the previous content until they are absolutely sure? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

