Are you asking about the technical details of how it's done, or just how to do it?
If the latter, django uses field and form level validation. http://docs.djangoproject.com/en/dev/ref/models/fields/#field-options http://docs.djangoproject.com/en/dev/ref/forms/fields/#ref-forms-fields On Oct 13, 8:55 am, Geobase Isoscale <[email protected]> wrote: > Hi All, > > I'm working with PostgreSQL database. > I wonder how Django handles Check Constraints both (range and value based). > To ensure integrity of data in the database as postresql does. > > How are they implemented in models and views. > > Please assist in this direction > > Many Thanks > > Isoscale --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

