Commit 0f6c4cd
chore(deps): bump django-admin-rest-api to ^1.0.1 (#553)
1.0.1 ships:
- Django 5.0 compatibility for the destroy code path. The 1.0.0
log_deletion shim assumed ModelAdmin.log_deletions (plural) was on
every supported Django, but 5.0 only has the singular form. 1.0.1
prefers log_deletions on 5.1+ and falls back to log_deletion on 5.0.
- CI matrix in the sibling repo now spans the full Python 3.10–3.13
x Django 5.0–6.0 cross-product, so we can rely on the dep across
every (python, django) cell this repo targets.
Verified: poetry install resolves cleanly, the 42 tests in this
repo's suite all pass against 1.0.1.
Co-authored-by: Martin Castro Laminrs <mcastro@laminr.ai>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d4d9a92 commit 0f6c4cd
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments