Re: The name of my User

2011-11-13 Thread Nikhil Verma
Hi you need to keep the object in memory not in the database i think that what you are asking .If that you need to something like this variablename = Tablename.objects(fieldname = whatever ) do not write after variablename.save() after making this .Don't use create. On Mon, Nov 14, 2011 at 5

The name of my User

2011-11-13 Thread chronosx7
Hi, I am new to dJango an now I need to get the name of the user that authenticated before the execution of the Save method but I can't seem to find any way to accomplish this. Does anyone know how to do this? Thanks for your help -- You received this message because you are subscribed to the G