Changes between Initial Version and Version 1 of Ticket #30355, comment 1
- Timestamp:
- Apr 14, 2019, 5:57:48 AM (6 years ago)
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-manager1 I'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 2 2 3 3 A possible workaround would be to use a `django.db.models.Prefetch` object: