django1/django/db/models/fields
Malcolm Tredinnick 0516c5d921 Fixed #10443 -- Fixed model attribute updating after r10003.
Adding a get_db_prep_save() call to the UpdateQuery code path meant it
was being called twice if you updated an existing model attribute. This
change removes that double call and also makes TimeField.to_python() a
little more robust for the benefit of the Oracle backend (just in case).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-10 05:24:19 +00:00
..
__init__.py Fixed #10443 -- Fixed model attribute updating after r10003. 2009-03-10 05:24:19 +00:00
files.py Fixed #9508 -- Added an appropriate FileField.__hash__ implementation. 2009-03-08 09:59:17 +00:00
proxy.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
related.py Changed the handling of as_sql() versus _as_sql() in Query/QuerySet from r9928. 2009-03-04 04:56:20 +00:00
subclassing.py Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00