Skip to content

Commit 0f6c4cd

Browse files
MartinCastroAlvarezmartin-castro-laminr-aiclaude
authored
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

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ django = ">=5.0,<7.0"
4949
# React SPA super-layer over `django-admin-rest-api`. The package's URLs
5050
# are included by `django_admin_react.urls`, and consumers add
5151
# `"django_admin_rest_api"` to `INSTALLED_APPS` alongside this package.
52-
django-admin-rest-api = "^1.0.0"
52+
django-admin-rest-api = "^1.0.1"
5353
# `django-admin-mcp-api` — MCP-protocol adapter over the same REST API
5454
# so agents reach the SAME `ModelAdmin`-driven surface. Wire-protocol-only
5555
# layer; adds NO new functionality, permissions, or validation.

0 commit comments

Comments
 (0)