id summary reporter owner description type status component version severity resolution keywords cc stage has_patch needs_docs needs_tests needs_better_patch easy ui_ux 24863 Make `django.db.models.Manager.from_queryset` copy over properties and not just methods Ram Rachum Furkan Karataş "When I define a `QuerySet` subclass, I like defining not only methods but properties on it. The function `django.db.models.Manager.from_queryset` was introduced so we could succinctly create a `Manager` subclass that gets the same functionality that we defined on our `QuerySet` subclass. It copies over all the methods defind in the `QuerySet` class to the `Manager` class. But it doesn't copy properties, so they remain inaccessible from the `Manager` class. I want `django.db.models.Manager.from_queryset` to copy over the properties as well. " New feature closed Database layer (models, ORM) dev Normal wontfix Loic Bistuer Marc Tamlyn Unreviewed 1 0 0 0 0 0