Foreign key field update

2013-02-05 Thread KVR
select proj_name from my user page and update it in Module table (pro_module field) .Please give some hints to implement this. Regards, kvr -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Problem with FilteredSelectMultiple widget

2013-02-01 Thread KVR
Thank you very much Victor Rocha !! That resolved my issue. Regards, kvr On Saturday, February 2, 2013 11:06:29 AM UTC+5:30, Victor Rocha wrote: > > One way around this is to call the view on a different path one thats not > password protected such as the admin urls. > In order to

Re: Problem with FilteredSelectMultiple widget

2013-02-01 Thread KVR
the file instead. > > thank you, > Victor rocha > rochapps.com > > On Fri, Feb 1, 2013 at 11:52 PM, KVR >wrote: > >> forms.py >> class SampleWidget(forms.Form): >> date=forms.CharField(widget=AdminDateWidget,max_length=100) >> users = >> forms.ModelM

Re: Problem with FilteredSelectMultiple widget

2013-02-01 Thread KVR
a_prefix__ = "/static/admin/"; {{ form.as_p }} {{ form.media }} {% csrf_token %} This working fine if I log in with admin credentials , how to use this with normal user. Please help me. Regards, kvr On Thursday, January 31, 2013 9:44:11 PM UTC+5:30, Victor Rocha wrote: >

Problem with FilteredSelectMultiple widget

2013-01-31 Thread KVR
and how to get the entire widget. Regards, kvr -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to th

Submitting data from a form

2012-09-13 Thread KVR
to do this? Regards, KVR -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ugjS9YfHLLMJ. To post to this group, send email to django-users@google