django1/django/db/models/fields
Russell Keith-Magee 7f71ae1b8d Fixes #2918 -- Clarified the db_prep_save logic for DateField and DateTimeField to prevent accidental conversion of non-datetime objects into strings, because SQLite doesn't appear to check for valid date format in a string used on an UPDATE of a datetime column.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-02 14:24:31 +00:00
..
__init__.py Fixes #2918 -- Clarified the db_prep_save logic for DateField and DateTimeField to prevent accidental conversion of non-datetime objects into strings, because SQLite doesn't appear to check for valid date format in a string used on an UPDATE of a datetime column. 2006-11-02 14:24:31 +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