Or you could leave the versioning to dedicated tools like bzr and git
and use django-rcsfield :-)

http://code.google.com/p/django-rcsfield/

-- Horst

On Thu, Feb 26, 2009 at 12:29 AM, Scott Newman <snewma...@gmail.com> wrote:
> I'm creating an app similar to the flatpages contribution that will
> store the simple content for a page. When I save the data, I'd like to
> automatically create a previous revision so it can be reverted back if
> necessary. (multiple admins will be editing content) Does anyone have
> a strategy they like for pulling this off? The customer requested this
> feature in response to the way Mediawiki can save previous versions of
> content.
>
> I was thinking of using some kind of hook to intercept the save and
> create a new object with a unique timestamp or possibly flag it as
> "latest". I'm probably going to have to create a custom admin page to
> keep the previous revisions hidden from the change list and also offer
> a way to revert to previous versions from within the admin page.
>
> If anyone has suggestions, I'd love to hear them.
>
> Thanks!
>
> -- Scott
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to