django1/django/db/models/fields
Jacob Kaplan-Moss 6332ad4804 Fixed #10044: You can now assign directly to file fields (`instance.filefield = somefile`). Thanks, Marty Alchin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-16 21:48:37 +00:00
..
__init__.py Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typing of deserialized data before saving. Underlying problem is analogous to #8298, fixed in [8515]. Thanks to David Larlet <larlet@gmail.com> for the report and fix. 2009-01-03 04:43:58 +00:00
files.py Fixed #10044: You can now assign directly to file fields (`instance.filefield = somefile`). Thanks, Marty Alchin. 2009-01-16 21:48:37 +00:00
proxy.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
related.py Removed django.db.models.options.Options.one_to_one_field. 2008-12-11 07:31:41 +00:00
subclassing.py Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00