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 <matt.schinc...@gmail.com> wrote:
> On Oct 27, 8:56 am, TheIvIaxx <theivi...@gmail.com> 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, then the modified gets
> > changed.  This trivializes the modified field as it will be updated
> > every time someone views the page.  Is there a way to update a single
> > field only with the ORM or will i have to do a SQL query?
>
> You /may/ be able to do it with a OneToOne relation instead of a
> field.
>
> (Just an idea, I haven't tested it).
>
> Matt.
--~--~---------~--~----~------------~-------~--~----~
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