Date and fileupload fields

2006-07-07 Thread bernadet
hii, I am writing my own forms, using manipulators and custom manipulators. I have a date field and uploadimage field in one of the forms. I need to create a popup calendar for the date field in the html page, and a button for the image field, is there a way to do that without using a script in

Re: save an object to the session and call back the object in another page

2006-07-04 Thread bernadet
thx jay, recalling the saved objects from session can be from any function. the second point is solved, dont worry.thx again --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: save an object to the session and call back the object in another page

2006-07-04 Thread bernadet
hii, now i have another question related to the session: if i save an object to the session from a certain view (request.session['myperson']=new_person), can i recall it from another view by request.session['myperson']. ( i mean from 2 different functions) and please according to link the user

save an object to the session and call back the object in another page

2006-07-03 Thread bernadet
Hii, please i need the steps for how saving an object to the session and call one of its attributes in another page. to be more clear, i have 2 related models person and user (user is related to the person), i need to once the person has been created, in a following page create a user that is

unique=True, one to one relationship

2006-06-30 Thread bernadet
1- if I combine related objects in the same page (by using the edit_inline attribute), and add to one of the fields the unique atrribute (unique=True), when trying to save the page, i got the following exception: Exception Type: TypeError Exception Value: Cannot resolve keyword 'username' into