Changes between Initial Version and Version 1 of Ticket #32879
- Timestamp:
- Jun 23, 2021, 10:53:59 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32879 – Description
initial v1 16 16 Foo.extra(select={'bar_count': 'SELECT COUNT(*) FROM "app_bar" U0 WHERE U0."baz_id" = "app_foo"."id"'}).select_for_update().get(...) 17 17 }}} 18 19 I file this issue to show usage of extra, as asked in documentation.