On Oct 8, 8:13 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 8, 2008 at 8:28 PM, KillaBee <
>
> [EMAIL PROTECTED]> wrote:
> >    It is a model,
> >http://dpaste.com/83272/it is called time, and timesheets it when I
> > tried to do it the form way.  So, the key word is save().  Can I get
> > an example of how to use it?
>
> There are examples in the tutorial and the docs.  You could also try
> searching the docs:
>
> http://docs.djangoproject.com/en/dev/
>
> for 'save' if you want more in-depth information on exactly what happens
> when you call it, etc.
>
> Karen


The guide i read last night said:
Model.save([force_insert=False, force_update=False])
my model is time, so time.save(), time.save(user), save(time).
time.save([force_insert=False, force_update=False]), these will not
work.
The guide also says b2.save() b2 being the model this gives global
name 'save' is not defined.
I search the web site and this one, but nothing tells me want I need
where, what, how.  It tell me a lot of why and It is very help, but an
examples, or somewhere that It is in use is all I need.  Is there a
place like this?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to