Commit 929b54f
fix: pass save() arguments by keyword for Django 6.0 compatibility
Django 6.0 will require save()'s force_insert, force_update, using,
and update_fields to be passed as keyword arguments only (positional
support deprecated in 5.1). Updates CourseMode.save() to pass them
by keyword when delegating to super().
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1abf777 commit 929b54f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments