Changes between Initial Version and Version 1 of Ticket #30000
- Timestamp:
- Nov 30, 2018, 3:49:27 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30000 – Description
initial v1 36 36 }}} 37 37 38 Do take note that the documentation for the .union() method ([https://docs.djangoproject.com/en/2.1/ref/models/querysets/#union here]) indicates there are some limits to the QuerySet returned, and I assume my problem has to do with this.38 Do take note that the documentation for the .union() method ([https://docs.djangoproject.com/en/2.1/ref/models/querysets/#union here]) indicates there are some limits to the QuerySet returned, and I assume my problem may have to do with this. Still, it would be welcome if this were explained somewhere (should this behaviour be normal), as it is rather unexpected.