django1/django/db/models/fields
Malcolm Tredinnick f04123f4df Fixed #8279 -- Multiple many-to-many relations to "self" are now possible.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8721 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 21:24:00 +00:00
..
__init__.py Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean 2008-08-29 02:40:56 +00:00
files.py FIxed #8613: removed vestigal `FileField.save_file()`. Thanks, kratorius. 2008-08-28 16:05:09 +00:00
proxy.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
related.py Fixed #8279 -- Multiple many-to-many relations to "self" are now possible. 2008-08-29 21:24:00 +00:00
subclassing.py Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00