Development updates
The updated admin toolbar
- goes full width
- shows request, url, and view info
- tracks sql queries across requests
- can show custom panels
More breaking changes! The request GET and POST have been replaced by query_params and data (which can now parse JSON).
The plain.api package is being reworked!
Plain itself is even more JSON-friendly than before, and the new plain.api views bring it all together with API keys and (optional) OpenAPI/swagger.json generation
The first plainx community package is plainx-sentry (integration with Sentry).
We aren't planning to maintain official, first-party integrations for other commercial services... but we could provide some kind of vetted directory that includes them!
Third-party packages will use the plainx
namespace (instead of plain
). This should help distinguish between official and community, and remove some decision making around naming.
Both use PEP 420 "implicit namespaces" so the end result is a clean from plainx import {pkg}
For anybody interested in helping out: https://plainframework.com/contribute/
Removing model abstractions, changing field options