Commit ff7a748
chore(release): v1.0.0 — the React-super-layer release (#563)
* chore(release): v1.0.0 — the React-super-layer release
Owner directive 2026-05-28: "ship the v1 release to pypi."
The repo has been collapsed to a pure React SPA super-layer over
`django-admin-rest-api ^1.0.1` (the published v1 API package). The
14 commits since v0.2.0a8 cover the entire 3-repo split, the API/MCP
sibling dependencies, the API_URL_PREFIX setting (#559), the
React-rendered login as the default (replaces admin URLs end-to-end,
#167), the docs prune, and four user-facing feature fixes (#554, #555,
#556-via-#529, #557-via-#527).
This bump:
- `version` `0.2.0a8` → **`1.0.0`**.
- `Development Status :: 2 - Pre-Alpha` → `Development Status :: 4 - Beta`.
- `README.md` "Pre-alpha" banner replaced with the v1 / three-package
shipping note.
## Verification
- `poetry run pytest` clean (42 passed on the now-minimal SPA-side suite).
- Wheel build & content audit already done in the #550 collapse PR:
ships the pre-built React bundle + LICENSE, no `node_modules`, no
source maps, no local `api/` tree.
- The `release.yml` OIDC workflow handles the publish — the owner cuts
a GitHub Release at `v1.0.0` and the wheel + sdist ship to PyPI
automatically (no stored token).
After this merges:
1. Tag `v1.0.0` on `main`.
2. Publish the GitHub Release with the tag.
3. The OIDC workflow uploads to PyPI under the `pypi` environment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(release): de-duplicate the README Install section (v1 polish)
The README had two `## Install` snippets: the top (correct, two
`INSTALLED_APPS` entries + one URL include) and a later one that was
stale (only `django_admin_react`, mounted at `/admin/` which would
collide with `django.contrib.admin`). Replaced the lower section with
a short pointer back to the top — fewer divergent paths, no
collision-inducing example.
* docs(release): document REACT_LOGIN + API_URL_PREFIX in the README config block (v1 polish)
The two settings that landed this release window aren't visible in the
README's optional-configuration snippet — add them with one-line
inline docs so consumers landing on the PyPI page see the full v1
surface at a glance:
- `REACT_LOGIN` — True by default (post-#561); set False to opt back
into the legacy admin HTML login.
- `API_URL_PREFIX` — None by default; point the SPA at a separately-
mounted django-admin-rest-api when the consumer doesn't want the
inline include (#559).
---------
Co-authored-by: Martin Castro Laminrs <mcastro@laminr.ai>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c74e252 commit ff7a748
2 files changed
Lines changed: 26 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
120 | 113 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 114 | + | |
| 115 | + | |
131 | 116 | | |
132 | 117 | | |
133 | 118 | | |
| |||
156 | 141 | | |
157 | 142 | | |
158 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
159 | 154 | | |
160 | 155 | | |
161 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments