Re: Versioned database content

2011-01-25 Thread Juergen Schackmann
see here http://djangopackages.com/grids/g/versioning/ ore there is also a interesting chapter on versioning on page 263 here: http://books.google.com/books?id=lJwOcsZq5g4C=frontcover=django+pro=de=TdA-TdSyH4GA4Aat1fGwCg=X=book_result=book-thumbnail=1=0CCwQ6wEwAA#v=onepage=false please share

Re: Versioned database content

2011-01-25 Thread akaariai
On Jan 25, 12:08 pm, Juergen Schackmann wrote: > why do you want to create the dual tables, instead of only having one table > with a current tag that holds the old version and the current ones? and then > handle access to those via different managers? > have

Re: Versioned database content

2011-01-25 Thread Juergen Schackmann
why do you want to create the dual tables, instead of only having one table with a current tag that holds the old version and the current ones? and then handle access to those via different managers? have you also had a look at the available versioning apps? -- You received this message

Re: Versioned database content

2011-01-25 Thread Jani Tiainen
You probably want to look at abstract models in Django. It's also known as concrete inheritance in some ORMs -- Jani Tiainen On Tuesday 25 January 2011 09:42:08 akaariai wrote: > Hello all, > > My problem is as follows: I have content (for simplicity, lets say > articles), and some content

Versioned database content

2011-01-24 Thread akaariai
Hello all, My problem is as follows: I have content (for simplicity, lets say articles), and some content related to that (authors for the example). I would like to add the ability for users to create versions of the content. The procedure from user perspective is as follows: they click a button