On Fri, Mar 28, 2008 at 11:04:12PM -0300, Sam's Lists wrote:
> Now the next stepI have a bunch of existing tables with data in them to
> which I want to add versioning. I was sort of hoping that the version
> tables would just spring magically into existence but obviously they don't.
> How do
Okay...great! That works well.
Now the next stepI have a bunch of existing tables with data in them to
which I want to add versioning. I was sort of hoping that the version
tables would just spring magically into existence but obviously they don't.
How do I create them? Hopefully there is s
On Fri, Mar 28, 2008 at 03:55:15AM -0300, Sam's Lists wrote:
> But I get --- NameError: name 'Versioning' is not defined
from sqlobject.versioning import Versioning
Oleg.
--
Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
Programmers don't die, they just
I hope you don't mind another question. :)
I'd like to try versioning but I"m doing something wrong.
I added the line
versions = Versioning()
to my sqlobject class as the docs show.
But I get --- NameError: name 'Versioning' is not defined
I easy_installed version 0.10---and still have this pr