On Oct 1, 11:25 am, David Hall <[EMAIL PROTECTED]> wrote: > I've just released an open-source version control application for > Django. It is available for download from Google code.
Neat idea! I installed it and while it works for rolling back, it does not work bring back deleted items. I did a little checking and it's running into an exception in VersionAdmin.revision_view(). The problem seems to be the object_id is None because that's how it's recorded in the admin_log (since it's deleted). If this doesn't make sense let me know and I'll give you more of a concrete example. I've had to build rollback stuff before, so having this as a pluggable app is a great time saver. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---