Todd Blanchard wrote:
> Total django noob here.  Rails/PHP/WebObjects refugee here.
> 
> I'm starting a project where some models need to be fully versioned.
> 
> IOW, record update is forbidden - every save to a changed model should  
> result in a new record with a new version number or timestamp along  
> with identity pulled from the current authenticated user's session.   
> Queries/relationships should be specified as "fetch newest" or "fetch  
> history".  IOW sometimes I want to traverse a relationship and just  
> get the "current" record.  Sometimes I want to get the history of that  
> relationship.
> 
> Anybody done this?  Got any tips?

Marty Allchin has documented this very precisely and eloquently in 
chapter 11 of his Pro Django published recently by Apress.

Highly recommended :)

Cheers

Mike
> 
> Thanks,
> -Todd Blanchard
> 
> > 
> 
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to