#Code Reviews
1 messages · Page 4 of 1
I'm not going to spam it all here, but i have 11 PRs to review here. It moves pytest database to competely clientless validation. you no longer need to install one of the python libraries to spin up the service.
https://github.com/litestar-org/pytest-databases/pulls
Please start with https://github.com/litestar-org/pytest-databases/pull/134 (although they are all independant)
And another 2 PRs on SQLspec if anyone wants to eyeball this before i merge:
https://github.com/litestar-org/sqlspec/pull/463
https://github.com/litestar-org/sqlspec/pull/464
@snow sapphire https://github.com/litestar-org/advanced-alchemy/pull/746
I've merged and will trigger a release today
Django onboarding guide: https://github.com/litestar-org/litestar/pull/4825
this is incredibly detailed. nice work
Have been meaning to do this for a while now, but I have to admit, the was a bit of selfish motivation at play 😛
We're gonna move some things over to Litestar at work, coming from Django. So I thought a good guide might lead to me having to do less explaining 😄
we have quite a bit of parity (excluding the admin panel).
Yes!
channels, CLI extensions, plugins, controllers, events, DTOs all have some overlap with a django or drf feature.
Corrects a bug that made the PGCrypto backend broken (guess there's been minimal users of it). Also adds a TOTP field type (for MFA auth) and a One Time Code field for use in your services for one-time use fields.