These records would be very infrequently accessed (in my worldview,
anyway), and perhaps generally infrequently created. I would love to
be able to put @versioned on top of a model and then have it
automatically create an app_model_history table and record things in it
appropriately on save().
Does that excite anyone else? SoC project? ;)
Hi Vitaliy,
Count me excited. Maybe you've already seen this, but Django's admin
provides an object history for each object edited in the admin, but
it's quite rudimentary -- it only saves changes made via the *admin*
(not via the Python API), and doesn't offer any diffs.
Adrian
--
Adrian Holovaty
holovaty.com | djangoproject.com