django-check-constraints


Implementing value and range based constraints for the Django Web framework.

To implement check constraints on models for the Django Web framework.

The various check constraints to be implemented: 1. Range Based Check Constraints 1. Value Based Check Constraints

The development has moved to http://github.com/theju/django-check-constraints. Please feel free to fork the code.

Timetable

| Date | Activity | |:---------|:-------------| |May 28th, 2007|Coding Starts | |June 1st, 2007|Show Prototype to Mentor| |June 10th, 2007|Complete Range Based Constraints| |June 20th, 2007|Complete Cascaded Range Based Constraints with Documentation and test cases| |June 30th, 2007|Complete Value Based Constraints| |July 10th, 2007|Complete Cascaded Value Based Constraints with Documentation and test cases| |July 20th, 2007|Invite bug reports and suggestions from community and make suitable changes and write tests| |July 30th, 2007|Work towards integration into Django, this includes PEP-8 and i18n compliance| |upto August 20th, 2007|Buffer Time |

Project Information

Labels:
django python database constraints check soc