django1/django/db/models/fields
Russell Keith-Magee 0fec0a5d70 Fixed #10237 -- Corrected the handling of self-referential m2m fields when using multi-table inheritance. Thanks to Justin Lilly for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10550 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13 02:59:40 +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 #10237 -- Corrected the handling of self-referential m2m fields when using multi-table inheritance. Thanks to Justin Lilly for the report and patch. 2009-04-13 02:59:40 +00:00
subclassing.py Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00