Changes between Initial Version and Version 1 of Ticket #32632, comment 6
- Timestamp:
- Apr 28, 2021, 1:42:22 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32632, comment 6
initial v1 7 7 Yep, it shouldn't be an issue. The main change is really that `Subquery` doesn't partially implement the deconstruct API which is only really useful for migrations anyway. 8 8 9 [https://github.com/django/django/pull/14309 PR]