e.txt" which
is 3184 lines long (it does include log entry of every commit to trunk
from revision 3642 to 4724)?
Best regards,
Uros Trebec
PS: Just for reference, here is what I did:
$ svn co http://code.djangoproject.com/svn/django/branches/full-history
(revision 4731)
$ svnmerge init -r
Hi guys!
I am sorry for not responding to your emails, I've been quite busy with
some other django-related projects.
Anyway, I really appreciate your interest for my work and I'll try to
get the branch up to speed ASAP.
If you have any patches, usage problems or questions, please contact me
dir
On 6/19/06, IanSparks <[EMAIL PROTECTED]> wrote:
> Although you have a date field in your example model it might not hurt
> to add an automatic timestamp to a model that uses versioning in this
> way.
Changing the versioned model because of use of versioning is something
I would like to avoid. F
Hi!
> Great to see that your RFC is pretty much exactly what I was thinking
> (feature and implementation-wise) when I posted
> http://roups.google.com/group/django-developers/browse_thread/thread/d90001b1d043253e/77d36caaf8cfb071
I'm glad! Thanks for the link too.
> It would be nice to record
> Sounds nice, this is a feature I'm currently looking for... but I've
> already started my own implementation.
Nice! Do you have anyting in code yet? Any bottlenecks?
> I would just share it with you.
>
> I've build a single table History with :
> - "change"; a text field which will contain a
Hi!
> There was a similar thread on this earlier where I commented about a
> slightly different way to store the changes:
> http://groups.google.com/group/django-users/browse_thread/thread/f36f4e48f9579fff/0d3d64b25f3fd506?q=time_from&rnum=1
Thanks for this one, I already found something usefull
Hi, everyone!
First: introduction. My name is Uros Trebec and I was lucky enough to
be
selected to implement my idea of "history tracking" in Django. I guess
at least some of you think this is a very nice feature to have in web
framework, so I would like to thank you all who voted for