django1/django/db/models/fields
Malcolm Tredinnick e9814029f5 Fixed #10692 -- Fixed DecimalField lookups for extreme values.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 05:32:23 +00:00
..
__init__.py Fixed #10692 -- Fixed DecimalField lookups for extreme values. 2009-04-12 05:32:23 +00:00
files.py Fixed #10149. FileFields in a form now validate max_length. Based on a patch by Massimo Scamarcia. 2009-03-30 22:52:16 +00:00
proxy.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
related.py Fixed #10413: RelatedManager.add no longer fails silenty when trying to add an object of the wrong type. Thanks, dgouldin. 2009-03-30 22:41:49 +00:00
subclassing.py Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00