Re: want to update only a few fields of a form

2013-01-22 Thread Sarfraz ahmad
can you please give me an example of validating only three fields of a form
which have 5 fields

thanx guys

On Mon, Jan 21, 2013 at 7:17 PM, Babatunde Akinyanmi
wrote:

> Hi, this is well documented in the online documentation
> https://docs.djangoproject.com/en/dev/topics/forms/?from=olddocs
> https://docs.djangoproject.com/en/dev/ref/forms/validation/
>
> If you define the fields you want to with required=False, you shouldn't
> have issues
>
> Sent from my Windows Phone
> --
> From: Sarfraz ahmad
> Sent: 1/21/2013 1:59 PM
> To: django-users@googlegroups.com
> Subject: want to update only a few fields of a form
>
> i want to update only a few fields of a form bt not with the cleaned method
>
> i need to validate them in a view... please tell me a solution
> thenk you all
>
> --
> 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/-/epxfcWcGCqUJ.
> 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.
>

-- 
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.



RE: want to update only a few fields of a form

2013-01-21 Thread Babatunde Akinyanmi
Hi, this is well documented in the online documentation
https://docs.djangoproject.com/en/dev/topics/forms/?from=olddocs
https://docs.djangoproject.com/en/dev/ref/forms/validation/

If you define the fields you want to with required=False, you shouldn't
have issues

Sent from my Windows Phone
--
From: Sarfraz ahmad
Sent: 1/21/2013 1:59 PM
To: django-users@googlegroups.com
Subject: want to update only a few fields of a form

i want to update only a few fields of a form bt not with the cleaned method

i need to validate them in a view... please tell me a solution
thenk you all

-- 
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/-/epxfcWcGCqUJ.
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.

-- 
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.