On Oct 13, 2009, at 4:46 PM, Geobase Isoscale wrote:
> Do your mean that its not possible for Django to recognize  
> postgreSQL defined Check constraints when data is entered in the Form?

That's correct.  CHECK constraints on the PostgreSQL database are not  
automatically enforced at the form level in Django.  You'll need to  
check and enforce those separately in your Django code.

--
-- Christophe Pettus
    [email protected]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to