django1/django/db/models/fields
Malcolm Tredinnick fa89fdcd6b Fixed -- Fixed deleting in the presence of custom managers.
A custom manager on a related object that filtered away objects would prevent
those objects being deleted via the relation. This is now fixed.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-20 03:57:12 +00:00
..
__init__.py Fixed -- Fixed model attribute updating after r10003. 2009-03-10 05:24:19 +00:00
files.py Fixed -- 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 Fixed -- Fixed deleting in the presence of custom managers. 2009-03-20 03:57:12 +00:00
subclassing.py Removed several deprecated features for 1.0 (refs ): 2008-08-02 04:56:11 +00:00