Re: View count ignore auto_now

2009-10-26 Thread TheIvIaxx
yeah i think thats what i will have to do, but you end up treating the view count as a separate object. Or i can just take the auto_now off and just do my own date updates on the save method. just thought there may have been a built in way to do it :) On Oct 26, 5:35 pm, Matt Schinckel wrote:

Re: View count ignore auto_now

2009-10-26 Thread Matt Schinckel
On Oct 27, 8:56 am, TheIvIaxx wrote: > Hello, I have a simple page model that has created and modified fields > with auto_add and auto_now set to True.  I'd like to keep track of the > number of views per page so i added a views field to the model. > However if i increment the views and save, the