Reviewed against Django 6.0 release notes. DEFAULT_AUTO_FIELD already BigAutoField. No other removed APIs in use.
Compat notes
django-phonenumber-field 8.4.0 advertises Django 6.0 support
django-recaptcha 4.1.0 has no upper Django bound; classifiers still list through 5.2 only — smoke-tested via suite
Test plan
uv run python manage.py check — clean
uv run python manage.py test — 30 passed
CI unit tests green on this PR
Smoke board pages, membership form, auth/sign-in, recaptcha after merge/deploy
## Summary
Closes #20.
- Bump Django pin from `>=5.2,<6` to `>=6.0,<7` (resolved **6.0.7**) and refresh `uv.lock`
- Update `TimeInfoBase.save` for Django 6 keyword-only `Model.save`
- Pass `required_score` directly to `ReCaptchaV3` (removes django-recaptcha deprecation warning)
- Fix `Payments.date` fixed default → callable `timezone.now` (+ migration `0012`)
Reviewed against [Django 6.0 release notes](https://docs.djangoproject.com/en/6.0/releases/6.0/). `DEFAULT_AUTO_FIELD` already `BigAutoField`. No other removed APIs in use.
**Compat notes**
- `django-phonenumber-field` 8.4.0 advertises Django 6.0 support
- `django-recaptcha` 4.1.0 has no upper Django bound; classifiers still list through 5.2 only — smoke-tested via suite
## Test plan
- [x] `uv run python manage.py check` — clean
- [x] `uv run python manage.py test` — 30 passed
- [x] CI unit tests green on this PR
- [ ] Smoke board pages, membership form, auth/sign-in, recaptcha after merge/deploy
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Closes #20.
>=5.2,<6to>=6.0,<7(resolved 6.0.7) and refreshuv.lockTimeInfoBase.savefor Django 6 keyword-onlyModel.saverequired_scoredirectly toReCaptchaV3(removes django-recaptcha deprecation warning)Payments.datefixed default → callabletimezone.now(+ migration0012)Reviewed against Django 6.0 release notes.
DEFAULT_AUTO_FIELDalreadyBigAutoField. No other removed APIs in use.Compat notes
django-phonenumber-field8.4.0 advertises Django 6.0 supportdjango-recaptcha4.1.0 has no upper Django bound; classifiers still list through 5.2 only — smoke-tested via suiteTest plan
uv run python manage.py check— cleanuv run python manage.py test— 30 passed