You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds `URLS_TRAILING_SLASH` (default `False`) and `force_trailing_slash`
on `path()` so the canonical trailing-slash form is one project-wide
choice instead of a per-route decision. The slash in a route string
is stripped silently; root URLs and catchalls remain slash-neutral.
- Drop `Route` dataclass; `URLPattern`/`URLResolver` hold segments
directly and `URLPattern.converters` is a cached property
- Methodize `_build_lookups`, `_collect_*`, `_register_namespace`,
`_try_reverse` on `URLResolver`
- `plain urls list` renders canonical slashes from segment tuples
- Update plain-api OpenAPI generator and the internal admin/oauth/
observer/support/loginlink/pageviews/assets routes plus example app
- Switch support embed iframe URL to the no-slash canonical form
0 commit comments