Take a look at django-reversion On Thu, Apr 21, 2011 at 5:43 PM, Brian Craft <[email protected]>wrote:
> I need to create objects with version tracking, a bit like wiki > content. Anyone done this in django? > > I could create a model with a content field and a version field. But > I'm not sure how to query (for example) all the latest versions of a > set of objects. I'm sure there's a raw sql method via joins, but is > that the best way in django? > > -- 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.

