django1/django/db/models/fields
Russell Keith-Magee 95d19384c0 Fixes #2993, Refs #2918 -- Reverted [3960]; [3960] fixed a potential data validation problem for SQLite, but broke usage of LazyDate. The proper fix is to complete the model validators to catch _all_ invalid inputs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-26 02:38:04 +00:00
..
__init__.py Fixes #2993, Refs #2918 -- Reverted [3960]; [3960] fixed a potential data validation problem for SQLite, but broke usage of LazyDate. The proper fix is to complete the model validators to catch _all_ invalid inputs. 2006-11-26 02:38: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 Fixed #2898 -- Added missing ngettext import to django.db.models.fields.related 2006-10-24 16:49:19 +00:00