mirror of
https://github.com/django/django.git
synced 2025-01-27 18:49:23 +00:00
1b646e656e
This documents the behavior introduced by cc337a74, which is BACKWARDS INCOMPATIBLE for any attempt to invoke a method on a manager using the abstract class as the calling class (e.g., AbstractBase.objects.do_something()) Thanks to mhsparks for the report.