Commit 0ee53eb
Andrew Cheng
Expose opt-in content_ids on repository version detail
Add a content_ids SerializerMethodField to RepositoryVersionSerializer
that returns the version's content unit UUIDs only when the request
includes the content_ids=true query parameter (null otherwise). This
lets clients diff content sets between versions directly instead of
issuing expensive content filter queries.
Closes #7831
Assisted by: Claude Opus 4.81 parent 94f63c3 commit 0ee53eb
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
294 | 301 | | |
295 | 302 | | |
296 | 303 | | |
297 | 304 | | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
298 | 314 | | |
299 | 315 | | |
300 | 316 | | |
| |||
304 | 320 | | |
305 | 321 | | |
306 | 322 | | |
| 323 | + | |
307 | 324 | | |
308 | 325 | | |
309 | 326 | | |
| |||
0 commit comments