Hi!

I have some models with mix attribs: blank=False or blank=True, when I try
to create/update object form admin interface, the restrictions works without
problem, but I'm doing it from django-piston (API) so I need to do it by
code with this. I do that with this code:

object = MyClass(user=request.user, **attrs)
object.save()

And attrs is a dict with all the attributes.

Bye & thanks,
Álex González

-- 
Please, don't send me files with extensions: .doc, .docx, .xls, .xlsx, .ppt
and/or .pptx
http://mirblu.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to