django1/django/db/models/fields
Russell Keith-Magee 83501405c2 Added '1' and '0' as allowed text input for BooleanFields. This was required to acommodate XML serializers when using MySQL.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-26 00:36:04 +00:00
..
__init__.py Added '1' and '0' as allowed text input for BooleanFields. This was required to acommodate XML serializers when using MySQL. 2006-09-26 00:36:04 +00:00
generic.py Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. Thanks 2006-09-22 03:26:13 +00:00
related.py Refs #1796 -- Fixed a problem when creating models with relations to 2006-08-01 21:15:41 +00:00