Changes between Initial Version and Version 1 of Ticket #30355, comment 1


Ignore:
Timestamp:
Apr 14, 2019, 5:57:48 AM (5 years ago)
Author:
Daniel Hepper

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30355, comment 1

    initial v1  
    1 I've reproduced this behavior with the master branch, but I don't know if this is actually a bug or just a case of a somewhat unintuitive API. This should at least be documented in the section on using a custom reverse manager: https://docs.djangoproject.com/en/2.2/topics/db/queries/#using-a-custom-reverse-manager
     1I've reproduced this behavior with the master branch (the original report was for 1.11), but I don't know if this is actually a bug or just a case of a somewhat unintuitive API. This should at least be documented in the section on using a custom reverse manager: https://docs.djangoproject.com/en/2.2/topics/db/queries/#using-a-custom-reverse-manager
    22
    33A possible workaround would be to use a `django.db.models.Prefetch` object:
Back to Top